Get rid of deprecated annotations in testData
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ import kotlin.platform.*
|
||||
annotation class A(val s: String)
|
||||
|
||||
@platformName("bar")
|
||||
A("1")
|
||||
@A("1")
|
||||
fun foo() = "foo"
|
||||
|
||||
@field:A("2")
|
||||
|
||||
Reference in New Issue
Block a user