2ea089f0d2
Report Java static final constant with InlineConstantTracker, used as class property in Kotlin for further registration in JPS. Add tests. #KT-49177 Fixed GitOrigin-RevId: 01a58cf10f5419d70f0d80cbaa9bcd9732ff0547 Original commit: https://github.com/JetBrains/intellij-community/commit/d077f3b3217c8d88518fec7249228cb29df2e0ff
6 lines
86 B
Kotlin
Vendored
6 lines
86 B
Kotlin
Vendored
import JavaClass.Inner.InnerInner.CONST
|
|
|
|
fun main() {
|
|
val myKotlinConst = CONST
|
|
}
|