JVM_IR KT-47120 treat outer name as case-insensitive for local classes

This commit is contained in:
Dmitry Petrov
2021-06-29 12:58:50 +03:00
parent 1130344fb1
commit 37b05cd9c2
7 changed files with 90 additions and 2 deletions
@@ -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");