[SLC] add tests for unresolved annotations

^KT-56046
This commit is contained in:
Dmitrii Gridin
2023-01-25 16:30:15 +01:00
committed by Space Team
parent 3e1c1e8b14
commit 0a06efa1bf
5 changed files with 84 additions and 0 deletions
@@ -36,6 +36,12 @@ public class SymbolLightClassesByPsiForLibraryTestGenerated extends AbstractSymb
runTest("compiler/testData/asJava/lightClasses/lightClassByPsi/annotations.kt");
}
@Test
@TestMetadata("AnnotationsWithUnresolvedAnnotations.kt")
public void testAnnotationsWithUnresolvedAnnotations() throws Exception {
runTest("compiler/testData/asJava/lightClasses/lightClassByPsi/AnnotationsWithUnresolvedAnnotations.kt");
}
@Test
@TestMetadata("classModifiers.kt")
public void testClassModifiers() throws Exception {
@@ -36,6 +36,12 @@ public class SymbolLightClassesByPsiForSourceTestGenerated extends AbstractSymbo
runTest("compiler/testData/asJava/lightClasses/lightClassByPsi/annotations.kt");
}
@Test
@TestMetadata("AnnotationsWithUnresolvedAnnotations.kt")
public void testAnnotationsWithUnresolvedAnnotations() throws Exception {
runTest("compiler/testData/asJava/lightClasses/lightClassByPsi/AnnotationsWithUnresolvedAnnotations.kt");
}
@Test
@TestMetadata("classModifiers.kt")
public void testClassModifiers() throws Exception {