Analysis API: move testdata to corresponding components folders
This commit is contained in:
Vendored
+4
@@ -0,0 +1,4 @@
|
||||
@Target(AnnotationTarget.ANNOTATION_CLASS, AnnotationTarget.VALUE_PARAMETER, AnnotationTarget.TYPE) annotation class base
|
||||
|
||||
fun foo1(vararg ints: Int) {}
|
||||
fun foo2(@base vararg ints: @base Int) {}
|
||||
Reference in New Issue
Block a user