openrewrite / rewrite-kotlin

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

TypeMapping issue: Wrong owner type on method invocations. #526

Closed traceyyoshima closed 9 months ago

traceyyoshima commented 9 months ago
val arr = arrayOf(1, 2, 3)

The owner of arrayOf is defaulted to the file and should be set to a Kotlin library method.