class and kind types removed
This commit is contained in:
@@ -9,8 +9,6 @@ package expr
|
||||
func newExportAllTerm(tk *Token) (inst *term) {
|
||||
return &term{
|
||||
tk: *tk,
|
||||
class: classOperator,
|
||||
kind: kindUnknown,
|
||||
children: nil,
|
||||
position: posLeaf,
|
||||
priority: priValue,
|
||||
|
||||
Reference in New Issue
Block a user