[SLC] add tests for unresolved annotations
^KT-56046
This commit is contained in:
committed by
Space Team
parent
3e1c1e8b14
commit
0a06efa1bf
+6
@@ -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 {
|
||||
|
||||
+6
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user