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
This commit is contained in:
committed by
TeamCityServer
parent
931779f1c6
commit
276fb77155
+5
-2
@@ -1,2 +1,5 @@
|
||||
@Deprecated(JavaClass.CONST + JavaClass.CONST)
|
||||
class Usage
|
||||
import JavaClass.Inner.InnerInner.CONST
|
||||
|
||||
fun main() {
|
||||
val myKotlinConst = CONST
|
||||
}
|
||||
Reference in New Issue
Block a user