JVM_IR never generate setter synthetic accessor for 'val' field
KT-49316
This commit is contained in:
committed by
TeamCityServer
parent
d7ae7ca911
commit
4f0c3c3c0d
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -28382,6 +28382,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/syntheticAccessors/kt21258_simple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt49316.kt")
|
||||
public void testKt49316() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/syntheticAccessors/kt49316.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt9717.kt")
|
||||
public void testKt9717() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/syntheticAccessors/kt9717.kt");
|
||||
|
||||
Generated
+5
@@ -27788,6 +27788,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/syntheticAccessors/kt21258_simple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt49316.kt")
|
||||
public void testKt49316() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/syntheticAccessors/kt49316.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt9717.kt")
|
||||
public void testKt9717() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/syntheticAccessors/kt9717.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+5
@@ -24142,6 +24142,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/syntheticAccessors/kt21258_simple.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt49316.kt")
|
||||
public void testKt49316() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/syntheticAccessors/kt49316.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt9717.kt")
|
||||
public void testKt9717() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/syntheticAccessors/kt9717.kt");
|
||||
|
||||
+6
@@ -30864,6 +30864,12 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/syntheticAccessors/kt21258_simple.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt49316.kt")
|
||||
public void testKt49316() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/syntheticAccessors/kt49316.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt9717.kt")
|
||||
public void testKt9717() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user