276fb77155
Report Java static final constant with InlineConstantTracker, used as class property in Kotlin for further registration in JPS #KT-49177 Fixed
5 lines
85 B
Kotlin
Vendored
5 lines
85 B
Kotlin
Vendored
import JavaClass.Inner.InnerInner.CONST
|
|
|
|
fun main() {
|
|
val myKotlinConst = CONST
|
|
} |