[FIR] Don't forget about annotations when resolving qualifiers
This commit is contained in:
committed by
Space Team
parent
1c2eab39d2
commit
389632ed53
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user