[IR] Add tests for KT-47342

This commit is contained in:
Roman Artemev
2021-09-27 13:35:18 +03:00
committed by teamcityserver
parent dbd28142d0
commit 882016c22f
10 changed files with 226 additions and 0 deletions
@@ -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");
@@ -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");
@@ -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");
@@ -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");