JVM_IR never generate setter synthetic accessor for 'val' field
KT-49316
This commit is contained in:
committed by
TeamCityServer
parent
d7ae7ca911
commit
4f0c3c3c0d
+12
@@ -42640,6 +42640,18 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/syntheticAccessors/kt48954.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49316.kt")
|
||||
public void testKt49316() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/syntheticAccessors/kt49316.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49316a.kt")
|
||||
public void testKt49316a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/syntheticAccessors/kt49316a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt9717.kt")
|
||||
public void testKt9717() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user