Add more tests for KT-49200
- exotic situation 1 field + 2 entries - named import case - exotic situation 2 fields + 1 entry
This commit is contained in:
+18
@@ -12940,6 +12940,24 @@ public class DiagnosisCompilerTestFE10TestdataTestGenerated extends AbstractDiag
|
||||
runTest("compiler/testData/diagnostics/tests/imports/EnumEntryVsStaticAmbiguity.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("EnumEntryVsStaticAmbiguity2.kt")
|
||||
public void testEnumEntryVsStaticAmbiguity2() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/imports/EnumEntryVsStaticAmbiguity2.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("EnumEntryVsStaticAmbiguity3.kt")
|
||||
public void testEnumEntryVsStaticAmbiguity3() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/imports/EnumEntryVsStaticAmbiguity3.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("EnumEntryVsStaticAmbiguity4.kt")
|
||||
public void testEnumEntryVsStaticAmbiguity4() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/imports/EnumEntryVsStaticAmbiguity4.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("ExplicitImportsAmbiguity.kt")
|
||||
public void testExplicitImportsAmbiguity() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user