Merge pull request #109 from udalov/kt2438
KT-2438 Prohibit inner classes with the same name
This commit is contained in:
@@ -1900,6 +1900,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
|
||||
doTest("compiler/testData/diagnostics/tests/redeclarations/kt2247.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt2438.kt")
|
||||
public void testKt2438() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/redeclarations/kt2438.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("MultiFilePackageRedeclaration.kt")
|
||||
public void testMultiFilePackageRedeclaration() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/redeclarations/MultiFilePackageRedeclaration.kt");
|
||||
|
||||
Reference in New Issue
Block a user