diff --git a/entity/misc.go b/entity/misc.go index 7a8e3e7..7708e61 100644 --- a/entity/misc.go +++ b/entity/misc.go @@ -262,6 +262,7 @@ type ConstantDeclaration struct { // Semantics Ty Type + Scope } func (this *ConstantDeclaration) Position () errors.Position { return this.Pos } func (this *ConstantDeclaration) Type () Type { return this.Ty }