Add box test for #KT-43831
This commit is contained in:
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+5
@@ -10713,6 +10713,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
public void testPropertySetter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/propertySetter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("varianceOverload.kt")
|
||||
public void testVarianceOverload() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/varianceOverload.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/fieldRename")
|
||||
|
||||
Generated
+5
@@ -10198,6 +10198,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
public void testPropertySetter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/propertySetter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("varianceOverload.kt")
|
||||
public void testVarianceOverload() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/varianceOverload.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/fieldRename")
|
||||
|
||||
Generated
+5
@@ -10198,6 +10198,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
public void testPropertySetter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/propertySetter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("varianceOverload.kt")
|
||||
public void testVarianceOverload() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/varianceOverload.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/fieldRename")
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+5
@@ -5172,6 +5172,11 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
public void testPropertySetter() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/propertySetter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("varianceOverload.kt")
|
||||
public void testVarianceOverload() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/fakeOverride/varianceOverload.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/fieldRename")
|
||||
|
||||
Reference in New Issue
Block a user