KT-62584 Fix generation of type arguments for local classes

Merge-request: KT-MR-13684
Merged-by: Pavel Mikhailovskii <Pavel.Mikhailovskii@jetbrains.com>
This commit is contained in:
strangepleasures
2024-01-10 14:20:09 +00:00
committed by Space Team
parent b645997dc4
commit bb8ff9e299
16 changed files with 114 additions and 31 deletions
@@ -28406,6 +28406,12 @@ public class LLFirBlackBoxCodegenBasedTestGenerated extends AbstractLLFirBlackBo
runTest("compiler/testData/codegen/box/innerNested/kt5363.kt");
}
@Test
@TestMetadata("kt62584.kt")
public void testKt62584() throws Exception {
runTest("compiler/testData/codegen/box/innerNested/kt62584.kt");
}
@Test
@TestMetadata("kt63732.kt")
public void testKt63732() throws Exception {
@@ -28406,6 +28406,12 @@ public class LLFirReversedBlackBoxCodegenBasedTestGenerated extends AbstractLLFi
runTest("compiler/testData/codegen/box/innerNested/kt5363.kt");
}
@Test
@TestMetadata("kt62584.kt")
public void testKt62584() throws Exception {
runTest("compiler/testData/codegen/box/innerNested/kt62584.kt");
}
@Test
@TestMetadata("kt63732.kt")
public void testKt63732() throws Exception {