[FIR] Don't forget about annotations when resolving qualifiers

This commit is contained in:
Nikolay Lunyak
2023-08-11 16:10:24 +03:00
committed by Space Team
parent 1c2eab39d2
commit 389632ed53
8 changed files with 76 additions and 29 deletions
@@ -1131,6 +1131,12 @@ public class FirLightTreeOldFrontendDiagnosticsTestGenerated extends AbstractFir
runTest("compiler/testData/diagnostics/tests/suppressExposedPropertyTypeInPrivateConstructor.kt");
}
@Test
@TestMetadata("suppressInWhen.kt")
public void testSuppressInWhen() throws Exception {
runTest("compiler/testData/diagnostics/tests/suppressInWhen.kt");
}
@Test
@TestMetadata("SyntaxErrorInTestHighlighting.kt")
public void testSyntaxErrorInTestHighlighting() throws Exception {
@@ -1131,6 +1131,12 @@ public class FirPsiOldFrontendDiagnosticsTestGenerated extends AbstractFirPsiDia
runTest("compiler/testData/diagnostics/tests/suppressExposedPropertyTypeInPrivateConstructor.kt");
}
@Test
@TestMetadata("suppressInWhen.kt")
public void testSuppressInWhen() throws Exception {
runTest("compiler/testData/diagnostics/tests/suppressInWhen.kt");
}
@Test
@TestMetadata("SyntaxErrorInTestHighlighting.kt")
public void testSyntaxErrorInTestHighlighting() throws Exception {