[SLC] implement java annotations for annotation classes
^KT-55481 Fixed
This commit is contained in:
committed by
Space Team
parent
1e1525bae5
commit
f3c7972d20
+5
@@ -49,6 +49,11 @@ public class CompilerLightClassTestGenerated extends AbstractCompilerLightClassT
|
||||
runTest("compiler/testData/asJava/lightClasses/AnnotationClass.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("AnnotationJavaRepeatable.kt")
|
||||
public void testAnnotationJavaRepeatable() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/AnnotationJavaRepeatable.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("AnnotationJvmRepeatable.kt")
|
||||
public void testAnnotationJvmRepeatable() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/AnnotationJvmRepeatable.kt");
|
||||
|
||||
Reference in New Issue
Block a user