Fix #167
This commit is contained in:
parent
3a78e4b937
commit
9a613e8e25
|
@ -6337,8 +6337,9 @@ protected:
|
||||||
case tok!"abstract":
|
case tok!"abstract":
|
||||||
case tok!"pure":
|
case tok!"pure":
|
||||||
case tok!"nothrow":
|
case tok!"nothrow":
|
||||||
|
return true;
|
||||||
mixin(BASIC_TYPE_CASES);
|
mixin(BASIC_TYPE_CASES);
|
||||||
return true;
|
return !peekIs(tok!".");
|
||||||
case tok!"case":
|
case tok!"case":
|
||||||
case tok!"default":
|
case tok!"default":
|
||||||
case tok!"return":
|
case tok!"return":
|
||||||
|
|
Loading…
Reference in New Issue