RESOLVED WONTFIX 186070
[WSL] Correctly parse nested generics
https://bugs.webkit.org/show_bug.cgi?id=186070
Summary [WSL] Correctly parse nested generics
Robin Morisset
Reported 2018-05-29 16:22:54 PDT
Test<Test<int> > f() { Test<Test<int> > result; return result; } is correctly parsed, but removing either of the spaces between the '>' characters cause a parsing failure. There is code in the parser that tries to deal with the '>>' at the end of a list of template arguments or parameters, but it does not seem to work.
Attachments
Myles C. Maxfield
Comment 1 2018-08-29 17:15:03 PDT
We removed generics.
Myles C. Maxfield
Comment 2 2018-10-13 15:55:52 PDT
Note You need to log in before you can comment on or make changes to this bug.