Add box test for KT-33992

This commit is contained in:
Roman Artemev
2020-10-14 13:19:39 +03:00
parent 023a62395a
commit d7db643422
8 changed files with 63 additions and 0 deletions
@@ -22348,6 +22348,11 @@ public class IrJsCodegenBoxES6TestGenerated extends AbstractIrJsCodegenBoxES6Tes
runTest("compiler/testData/codegen/box/reflection/classLiterals/genericClass.kt");
}
@TestMetadata("lambdaClass.kt")
public void testLambdaClass() throws Exception {
runTest("compiler/testData/codegen/box/reflection/classLiterals/lambdaClass.kt");
}
@TestMetadata("simpleClassLiteral.kt")
public void testSimpleClassLiteral() throws Exception {
runTest("compiler/testData/codegen/box/reflection/classLiterals/simpleClassLiteral.kt");
@@ -22348,6 +22348,11 @@ public class IrJsCodegenBoxTestGenerated extends AbstractIrJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/reflection/classLiterals/genericClass.kt");
}
@TestMetadata("lambdaClass.kt")
public void testLambdaClass() throws Exception {
runTest("compiler/testData/codegen/box/reflection/classLiterals/lambdaClass.kt");
}
@TestMetadata("simpleClassLiteral.kt")
public void testSimpleClassLiteral() throws Exception {
runTest("compiler/testData/codegen/box/reflection/classLiterals/simpleClassLiteral.kt");
@@ -22363,6 +22363,11 @@ public class JsCodegenBoxTestGenerated extends AbstractJsCodegenBoxTest {
runTest("compiler/testData/codegen/box/reflection/classLiterals/genericClass.kt");
}
@TestMetadata("lambdaClass.kt")
public void testLambdaClass() throws Exception {
runTest("compiler/testData/codegen/box/reflection/classLiterals/lambdaClass.kt");
}
@TestMetadata("simpleClassLiteral.kt")
public void testSimpleClassLiteral() throws Exception {
runTest("compiler/testData/codegen/box/reflection/classLiterals/simpleClassLiteral.kt");