openrewrite / rewrite-kotlin

Work-in-progress implementation of Kotlin language support for OpenRewrite.
Apache License 2.0
38 stars 11 forks source link

PSI to FIR association issue: ConeTypeProjection In and Out will assign a generic type to a class type. #518

Closed traceyyoshima closed 6 months ago

traceyyoshima commented 6 months ago
Array<out Number>

The association is a ConeKotlinTypeProjection(In/Out), which assigns a GTV to the type Number instead of a JavaType$Class.