Better formatting and expression handling
This commit is contained in:
@@ -131,6 +131,7 @@ type VariableDefinition struct {
|
||||
Name string
|
||||
TypeExpr string
|
||||
DefaultValue Value
|
||||
IsConst bool
|
||||
}
|
||||
|
||||
func (v *VariableDefinition) Pos() Position { return v.Position }
|
||||
|
||||
Reference in New Issue
Block a user