Adjust testData: get rid of obsolete annotations
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
annotation class foo(val n: Int)
|
||||
|
||||
class Test([foo(1) foo(2)] [foo(3)] private val s: String, n: Int)
|
||||
class Test(@foo(1) @foo(2) @foo(3) private val s: String, n: Int)
|
||||
Reference in New Issue
Block a user