ast icon indicating copy to clipboard operation
ast copied to clipboard

Unsupported ast node functionType when function type used as generic type

Open vchernyshov opened this issue 3 years ago • 0 comments

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.

vchernyshov avatar Sep 15 '22 11:09 vchernyshov