This commit is contained in:
Hackerpilot 2014-04-24 14:21:00 -07:00
parent 3a78e4b937
commit 9a613e8e25
1 changed files with 2 additions and 1 deletions

View File

@ -6337,8 +6337,9 @@ protected:
case tok!"abstract":
case tok!"pure":
case tok!"nothrow":
return true;
mixin(BASIC_TYPE_CASES);
return true;
return !peekIs(tok!".");
case tok!"case":
case tok!"default":
case tok!"return":