[FIR] Fix IllegalStateException on broken import
#KT-55316 Fixed
This commit is contained in:
committed by
Space Team
parent
691a1a683f
commit
f18591ffef
+6
@@ -13544,6 +13544,12 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
|
||||
runTest("compiler/testData/diagnostics/tests/imports/AllUnderImportsSamePriorityForProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("brokenImport.kt")
|
||||
public void testBrokenImport() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/imports/brokenImport.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("CheckJavaVisibility.kt")
|
||||
public void testCheckJavaVisibility() throws Exception {
|
||||
|
||||
+6
@@ -13550,6 +13550,12 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
|
||||
runTest("compiler/testData/diagnostics/tests/imports/AllUnderImportsSamePriorityForProperty.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("brokenImport.kt")
|
||||
public void testBrokenImport() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/imports/brokenImport.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("CheckJavaVisibility.kt")
|
||||
public void testCheckJavaVisibility() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user