IR KT-47840 fix-point solution for closure conversion
This commit is contained in:
committed by
teamcityserver
parent
e9f2d574d5
commit
34f5b85ae5
+6
@@ -5606,6 +5606,12 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/closures/kt47120a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47840.kt")
|
||||
public void testKt47840() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/closures/kt47840.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt5589.kt")
|
||||
public void testKt5589() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user