IR: remap types in LocalDeclarationsLowering
This commit is contained in:
+5
@@ -13871,6 +13871,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadataWithExcluded(this.getClass(), new File("compiler/testData/codegen/box/functions/localFunctions"), Pattern.compile("^(.+)\\.kt$"), null, TargetBackend.JVM, true);
|
||||
}
|
||||
|
||||
@TestMetadata("callBetweenLocalFunctions.kt")
|
||||
public void testCallBetweenLocalFunctions() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/localFunctions/callBetweenLocalFunctions.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("callInlineLocalInLambda.kt")
|
||||
public void testCallInlineLocalInLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/functions/localFunctions/callInlineLocalInLambda.kt");
|
||||
|
||||
Reference in New Issue
Block a user