[refactoring] update ast structure of parameter "Parameter" node
This commit is contained in:
@@ -68,6 +68,7 @@ type Parameter struct {
|
||||
Node
|
||||
Type Vertex
|
||||
Var Vertex
|
||||
EqualTkn *token.Token
|
||||
DefaultValue Vertex
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user