Files
kotlin-fork/jps-plugin/testData/incremental/withJava/javaUsedInKotlin/constantChanged/usage.kt
T
Aleksei.Cherepanov 276fb77155 Fix incremental build after changing Java const used as class property
Report Java static final constant with InlineConstantTracker, used as class property in Kotlin for further registration in JPS

#KT-49177 Fixed
2021-10-20 15:06:19 +03:00

5 lines
85 B
Kotlin
Vendored

import JavaClass.Inner.InnerInner.CONST
fun main() {
val myKotlinConst = CONST
}