diff --git a/ttcn3/syntax/parser.go b/ttcn3/syntax/parser.go index 516b5d23..5508676d 100644 --- a/ttcn3/syntax/parser.go +++ b/ttcn3/syntax/parser.go @@ -765,6 +765,7 @@ func (p *parser) parseOperand() Expr { case ADDRESS, CHARSTRING, + CLASS, MAP, MTC, SYSTEM,