FE1.0/FIR: add test for "double import" situation
This commit is contained in:
+6
@@ -12820,6 +12820,12 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/imports/DefaultImportsPriority.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("DoubleImports.kt")
|
||||
public void testDoubleImports() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/imports/DoubleImports.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ExplicitImportsAmbiguity.kt")
|
||||
public void testExplicitImportsAmbiguity() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user