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
@@ -28193,6 +28193,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
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("reifiedTypeClassLiteral.kt")
public void testReifiedTypeClassLiteral() throws Exception {
runTest("compiler/testData/codegen/box/reflection/classLiterals/reifiedTypeClassLiteral.kt");