https://issues.dlang.org/show_bug.cgi?id=15163
--- Comment #2 from [email protected] --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/0047b4130cf368c077deb1a9997e404bb6b0416d fix Issue 15163 - Parser bug on double function call Add `allowAltSyntax` parameter to `isDeclarator`, and disable it from `parseStatement`. https://github.com/D-Programming-Language/dmd/commit/d2c607f2105912d27a63b04e4d7e618665937d61 Merge pull request #5165 from 9rnsr/fix15163 Issue 15163 - Parser bug on double function call --
