Uast: KotlinUNestedAnnotation for processing nested annotations (IDEA-185890)
This commit is contained in:
committed by
xiexed
parent
1f81c0cdfe
commit
48ea52def1
@@ -0,0 +1,17 @@
|
||||
annotation class Annotation
|
||||
|
||||
@Annotation
|
||||
class A
|
||||
|
||||
annotation class AnnotationInner(val value: Annotation)
|
||||
|
||||
@AnnotationArray(Annotation())
|
||||
class B1
|
||||
|
||||
@AnnotationArray(value = Annotation())
|
||||
class B2
|
||||
|
||||
annotation class AnnotationArray(vararg val value: Annotation)
|
||||
|
||||
@AnnotationArray(Annotation())
|
||||
class C
|
||||
Reference in New Issue
Block a user