Generate unique parameter names in LocalDeclarationsLowering
This commit is contained in:
+5
@@ -3786,6 +3786,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/closures/captureExtensionReceiver.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("captureExtensionReceiverX2.kt")
|
||||
public void testCaptureExtensionReceiverX2() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/closures/captureExtensionReceiverX2.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("capturedLocalGenericFun.kt")
|
||||
public void testCapturedLocalGenericFun() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/closures/capturedLocalGenericFun.kt");
|
||||
|
||||
Reference in New Issue
Block a user