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:
Aleksei.Cherepanov
2021-10-09 00:29:19 +03:00
committed by TeamCityServer
parent 931779f1c6
commit 276fb77155
27 changed files with 191 additions and 16 deletions
@@ -1,2 +1,5 @@
@Deprecated(JavaClass.CONST + JavaClass.CONST)
class Usage
import JavaClass.Inner.InnerInner.CONST
fun main() {
val myKotlinConst = CONST
}