[K/N] Fix extracting local classes from lambda in cached inline function

^KT-52540
This commit is contained in:
Pavel Kunyavskiy
2022-06-24 11:42:46 +02:00
committed by Space
parent 649910863c
commit dfcf2cfa84
11 changed files with 69 additions and 5 deletions
@@ -25812,6 +25812,12 @@ public class NativeCodegenBoxTestGenerated extends AbstractNativeCodegenBoxTest
runTest("compiler/testData/codegen/box/objects/kt46136.kt");
}
@Test
@TestMetadata("kt52540.kt")
public void testKt52540() throws Exception {
runTest("compiler/testData/codegen/box/objects/kt52540.kt");
}
@Test
@TestMetadata("kt535.kt")
public void testKt535() throws Exception {