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