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