Fix #120
This commit is contained in:
parent
827fa4304e
commit
556a88e05d
|
|
@ -611,6 +611,8 @@ T getExpression(T)(T beforeTokens)
|
||||||
case tok!"foreach":
|
case tok!"foreach":
|
||||||
case tok!"foreach_reverse":
|
case tok!"foreach_reverse":
|
||||||
case tok!"do":
|
case tok!"do":
|
||||||
|
case tok!"cast":
|
||||||
|
case tok!"catch":
|
||||||
i = bookmark + 1;
|
i = bookmark + 1;
|
||||||
break expressionLoop;
|
break expressionLoop;
|
||||||
default:
|
default:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue