Generate unique parameter names in LocalDeclarationsLowering
This commit is contained in:
+5
@@ -1799,6 +1799,11 @@ public class BlackBoxInlineCodegenTestGenerated extends AbstractBlackBoxInlineCo
|
||||
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("compiler/testData/codegen/boxInline/innerClasses"), Pattern.compile("^(.+)\\.kt$"), TargetBackend.JVM, true);
|
||||
}
|
||||
|
||||
@TestMetadata("captureThisAndOuter.kt")
|
||||
public void testCaptureThisAndOuter() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/innerClasses/captureThisAndOuter.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("innerLambda.kt")
|
||||
public void testInnerLambda() throws Exception {
|
||||
runTest("compiler/testData/codegen/boxInline/innerClasses/innerLambda.kt");
|
||||
|
||||
Reference in New Issue
Block a user