[IR] Add tests for KT-47342
This commit is contained in:
committed by
teamcityserver
parent
dbd28142d0
commit
882016c22f
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/es6/semantics/IrJsCodegenBoxES6TestGenerated.java
Generated
+10
@@ -16148,6 +16148,16 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
|
||||
runTest("compiler/testData/codegen/box/ir/objectClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("recursiveGeneric.kt")
|
||||
public void testRecursiveGeneric() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/recursiveGeneric.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("recursiveGeneric2.kt")
|
||||
public void testRecursiveGeneric2() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/recursiveGeneric2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("simple.kt")
|
||||
public void testSimple() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/simple.kt");
|
||||
|
||||
Generated
+10
@@ -15554,6 +15554,16 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/ir/objectClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("recursiveGeneric.kt")
|
||||
public void testRecursiveGeneric() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/recursiveGeneric.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("recursiveGeneric2.kt")
|
||||
public void testRecursiveGeneric2() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/recursiveGeneric2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("simple.kt")
|
||||
public void testSimple() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/simple.kt");
|
||||
|
||||
Generated
+10
@@ -15584,6 +15584,16 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
|
||||
runTest("compiler/testData/codegen/box/ir/objectClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("recursiveGeneric.kt")
|
||||
public void testRecursiveGeneric() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/recursiveGeneric.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("recursiveGeneric2.kt")
|
||||
public void testRecursiveGeneric2() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/recursiveGeneric2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("simple.kt")
|
||||
public void testSimple() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/simple.kt");
|
||||
|
||||
js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/wasm/semantics/IrCodegenBoxWasmTestGenerated.java
Generated
+10
@@ -10263,6 +10263,16 @@ public class IrCodegenBoxWasmTestGenerated extends AbstractIrCodegenBoxWasmTest
|
||||
runTest("compiler/testData/codegen/box/ir/objectClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("recursiveGeneric.kt")
|
||||
public void testRecursiveGeneric() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/recursiveGeneric.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("recursiveGeneric2.kt")
|
||||
public void testRecursiveGeneric2() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/recursiveGeneric2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("simple.kt")
|
||||
public void testSimple() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/ir/simple.kt");
|
||||
|
||||
Reference in New Issue
Block a user