JVM_IR: never rename public/protected fields

And if that causes a platform declaration clash, that's not a problem
that can be solved without breaking the ABI anyway.

 #KT-47412 Fixed
This commit is contained in:
pyos
2021-06-24 11:26:31 +02:00
committed by TeamCityServer
parent ee02303816
commit 26e3237b8c
6 changed files with 71 additions and 50 deletions
@@ -12147,6 +12147,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/enum/modifierFlags.kt");
}
@TestMetadata("nameClashWithCompanion.kt")
public void testNameClashWithCompanion() throws Exception {
runTest("compiler/testData/codegen/box/enum/nameClashWithCompanion.kt");
}
@TestMetadata("nameConflict.kt")
public void testNameConflict() throws Exception {
runTest("compiler/testData/codegen/box/enum/nameConflict.kt");