JVM IR: Start fake variables for default lambdas after initialization
KT-52702
This commit is contained in:
committed by
Alexander Udalov
parent
08f18c2940
commit
194a1d1c6a
+6
@@ -13615,6 +13615,12 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt48391.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52702.kt")
|
||||
public void testKt52702() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt52702.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt6382.kt")
|
||||
public void testKt6382() throws Exception {
|
||||
|
||||
+6
@@ -13735,6 +13735,12 @@ public class IrBlackBoxCodegenTestGenerated extends AbstractIrBlackBoxCodegenTes
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt48391.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt52702.kt")
|
||||
public void testKt52702() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt52702.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt6382.kt")
|
||||
public void testKt6382() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user