JVM_IR never generate setter synthetic accessor for 'val' field
KT-49316
This commit is contained in:
committed by
TeamCityServer
parent
d7ae7ca911
commit
4f0c3c3c0d
+10
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user