Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot parse complex type parameter on function call: 'foo<bar[]>()' #97

Closed
mjambon opened this issue Nov 10, 2020 · 1 comment
Closed

Comments

@mjambon
Copy link
Contributor

mjambon commented Nov 10, 2020

This fails:

foo<number[]>();

The parser produces an error node for >().

This works:

foo<number>();
@resolritter
Copy link
Contributor

Looks like ac5dac1 has fixed this

@mjambon mjambon closed this as completed Apr 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants