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:
committed by
Space Team
parent
b645997dc4
commit
bb8ff9e299
+5
@@ -23663,6 +23663,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/innerNested/kt5363.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt62584.kt")
|
||||
public void testKt62584() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/innerNested/kt62584.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt63732.kt")
|
||||
public void testKt63732() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/innerNested/kt63732.kt");
|
||||
|
||||
Reference in New Issue
Block a user