JVM_IR: serialize anonymous functions' descriptors
This commit is contained in:
+10
@@ -23648,6 +23648,16 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
public void testParameterNamesAndNullability() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/lambdaClasses/parameterNamesAndNullability.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("reflectOnLambdaInField.kt")
|
||||
public void testReflectOnLambdaInField() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/lambdaClasses/reflectOnLambdaInField.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("reflectOnLambdaInStaticField.kt")
|
||||
public void testReflectOnLambdaInStaticField() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/reflection/lambdaClasses/reflectOnLambdaInStaticField.kt");
|
||||
}
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/reflection/mapping")
|
||||
|
||||
Reference in New Issue
Block a user