diff --git a/stdx/d/parser.d b/stdx/d/parser.d index 1b2d585..9b72755 100644 --- a/stdx/d/parser.d +++ b/stdx/d/parser.d @@ -4149,6 +4149,8 @@ q{(int a, ...) auto b = setBookmark(); advance(); // function | delegate skipParens(); + while (isAttribute()) + parseAttribute(); if (currentIs(tok!"=>")) { goToBookmark(b);