Get rid of deprecated annotations in testData
This commit is contained in:
+2
-2
@@ -4,9 +4,9 @@ package test
|
||||
annotation class Anno(val s: String)
|
||||
|
||||
interface T {
|
||||
Anno("foo")
|
||||
@Anno("foo")
|
||||
fun foo(): Array<Array<Array<T>>>
|
||||
|
||||
Anno("bar")
|
||||
@Anno("bar")
|
||||
val bar: Array<Array<BooleanArray>>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user