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
+5
@@ -11063,6 +11063,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt48391.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt52702.kt")
|
||||
public void testKt52702() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt52702.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt6382.kt")
|
||||
public void testKt6382() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/defaultArguments/kt6382.kt");
|
||||
|
||||
Reference in New Issue
Block a user