Add box test for KT-33992
This commit is contained in:
+5
@@ -25827,6 +25827,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
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