@@ -14,8 +14,9 @@ { LexPosition pos; /// mixin SimpleConstructor; + invariant(){ assert(pos !is null);} } /// AST node for integer literal class Int : AST