@@ -10,9 +10,9 @@ /// abstract class AST { - immutable LexPosition pos; + LexPosition pos; mixin SimpleConstructor; mixin SimplePatternMatch; }