[SLC] add test on single target annotation
^KT-56728
This commit is contained in:
committed by
Space Team
parent
0e03fc265e
commit
e65c863f8c
+6
@@ -270,6 +270,12 @@ public class SymbolLightClassesByPsiForLibraryTestGenerated extends AbstractSymb
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByPsi/strangeIdentifiers.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("targetAnnotation.kt")
|
||||
public void testTargetAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByPsi/targetAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("throwsAnnotation.kt")
|
||||
public void testThrowsAnnotation() throws Exception {
|
||||
|
||||
+6
@@ -270,6 +270,12 @@ public class SymbolLightClassesByPsiForSourceTestGenerated extends AbstractSymbo
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByPsi/strangeIdentifiers.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("targetAnnotation.kt")
|
||||
public void testTargetAnnotation() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByPsi/targetAnnotation.kt");
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestMetadata("throwsAnnotation.kt")
|
||||
public void testThrowsAnnotation() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user