JVM_IR never generate setter synthetic accessor for 'val' field

KT-49316
This commit is contained in:
Dmitry Petrov
2021-10-28 18:04:45 +03:00
committed by TeamCityServer
parent d7ae7ca911
commit 4f0c3c3c0d
12 changed files with 147 additions and 12 deletions
@@ -34207,6 +34207,16 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
runTest("compiler/testData/codegen/box/syntheticAccessors/kt48954.kt");
}
@TestMetadata("kt49316.kt")
public void testKt49316() throws Exception {
runTest("compiler/testData/codegen/box/syntheticAccessors/kt49316.kt");
}
@TestMetadata("kt49316a.kt")
public void testKt49316a() throws Exception {
runTest("compiler/testData/codegen/box/syntheticAccessors/kt49316a.kt");
}
@TestMetadata("kt9717.kt")
public void testKt9717() throws Exception {
runTest("compiler/testData/codegen/box/syntheticAccessors/kt9717.kt");