Process each namespace only once while reporting redeclaration errors
This commit is contained in:
@@ -4650,6 +4650,11 @@ public class JetDiagnosticsTestGenerated extends AbstractDiagnosticsTestWithEage
|
||||
doTest("compiler/testData/diagnostics/tests/redeclarations/PropertyAndInnerClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("RedeclarationInMultiFile.kt")
|
||||
public void testRedeclarationInMultiFile() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/redeclarations/RedeclarationInMultiFile.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("Redeclarations.kt")
|
||||
public void testRedeclarations() throws Exception {
|
||||
doTest("compiler/testData/diagnostics/tests/redeclarations/Redeclarations.kt");
|
||||
|
||||
Reference in New Issue
Block a user