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

Unsupported ast node functionType when function type used as generic type #80

Open
vchernyshov opened this issue Sep 15, 2022 · 0 comments

Comments

@vchernyshov
Copy link

Hi, I have faced with
java.lang.IllegalStateException: found errors: [found unsupported ast node ... in typeProjection! when was parsing Kotlin file that contains function type at generic type: List<(PricingPlan) -> Boolean>. According to source code only KlassIdentifier or KlassModifier allowed but in case of functionType the right will be DefaultAstNode.

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

No branches or pull requests

1 participant