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