You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 onlyKlassIdentifier
orKlassModifier
allowed but in case of functionType theright
will beDefaultAstNode
.The text was updated successfully, but these errors were encountered: