Analysis API: move testdata to corresponding components folders
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
annotation class Annotation(vararg val strings: String)
|
||||
|
||||
annotation class AnnotationInner(val value: Annotation)
|
||||
|
||||
<expr>@AnnotationInner(Annotation("v1", "v2"))</expr>
|
||||
class C
|
||||
Reference in New Issue
Block a user