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
Vendored
+6
-2
@@ -1,3 +1,7 @@
|
||||
public class JavaClass {
|
||||
public static final String CONST = "B";
|
||||
}
|
||||
public class Inner {
|
||||
public class InnerInner {
|
||||
public static final String CONST = "B";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user