openrewrite / rewrite-kotlin

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

Type issue on `_` type name. #483

Closed traceyyoshima closed 11 months ago

traceyyoshima commented 11 months ago

The identifier for _ will have a type name of <unused var> due to the name from the FIR, and maps to a JavaType.Class kotlin.Nothing.