We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6951ff3 commit af6c0b5Copy full SHA for af6c0b5
ast/ast.go
@@ -30,7 +30,7 @@ func (k NodeKind) String() string {
30
}
31
32
var kindMax NodeKind
33
-var kindNames []string
+var kindNames = []string{""}
34
35
// NewNodeKind returns a new Kind value.
36
func NewNodeKind(name string) NodeKind {
0 commit comments