add trait checking
This commit is contained in:
@@ -98,7 +98,7 @@ semantics.addOperation<any>("toAST", {
|
||||
type: { typeUsage: "NamedTypeUsage", name: identifier.toAST() },
|
||||
};
|
||||
},
|
||||
Identifier(_1, _2): Identifier {
|
||||
identifier(_1, _2): Identifier {
|
||||
return {
|
||||
name: this.sourceString,
|
||||
spanStart: this.source.startIdx,
|
||||
|
||||
Reference in New Issue
Block a user