Get rid of deprecated annotations in testData
This commit is contained in:
Vendored
+2
-2
@@ -3,8 +3,8 @@ package test
|
||||
|
||||
annotation class Anno(vararg val t: String)
|
||||
|
||||
Anno("live", "long") fun foo() {}
|
||||
@Anno("live", "long") fun foo() {}
|
||||
|
||||
@field:Anno("prosper") val bar = 42
|
||||
|
||||
Anno() fun baz() {}
|
||||
@Anno() fun baz() {}
|
||||
|
||||
Reference in New Issue
Block a user