JVM_IR KT-47120 treat outer name as case-insensitive for local classes
This commit is contained in:
+12
@@ -5482,6 +5482,18 @@ public class FirBlackBoxCodegenTestGenerated extends AbstractFirBlackBoxCodegenT
|
||||
runTest("compiler/testData/codegen/box/closures/kt4137.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47120.kt")
|
||||
public void testKt47120() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/closures/kt47120.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt47120a.kt")
|
||||
public void testKt47120a() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/closures/kt47120a.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("kt5589.kt")
|
||||
public void testKt5589() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user