K2: Add test describing the state for KT-59789
This commit is contained in:
committed by
Space Team
parent
62d8d04b51
commit
b18b2abe05
+6
@@ -14424,6 +14424,12 @@ public class DiagnosticCompilerTestFE10TestdataTestGenerated extends AbstractDia
|
||||
runTest("compiler/testData/diagnostics/tests/imports/RenameOnImport.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("renamedImportInDifferentFile.kt")
|
||||
public void testRenamedImportInDifferentFile() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/imports/renamedImportInDifferentFile.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("StarImportFromObject.kt")
|
||||
public void testStarImportFromObject() throws Exception {
|
||||
|
||||
+6
@@ -14424,6 +14424,12 @@ public class LLFirPreresolvedReversedDiagnosticCompilerFE10TestDataTestGenerated
|
||||
runTest("compiler/testData/diagnostics/tests/imports/RenameOnImport.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("renamedImportInDifferentFile.kt")
|
||||
public void testRenamedImportInDifferentFile() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/imports/renamedImportInDifferentFile.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("StarImportFromObject.kt")
|
||||
public void testStarImportFromObject() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user