Add box test for KT-33992
This commit is contained in:
+5
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user