Adjust testData: get rid of obsolete annotations
This commit is contained in:
+5
-5
@@ -4,15 +4,15 @@ import kotlin.platform.*
|
||||
|
||||
annotation class A(val s: String)
|
||||
|
||||
[platformName("bar")]
|
||||
@platformName("bar")
|
||||
A("1")
|
||||
fun foo() = "foo"
|
||||
|
||||
A("2")
|
||||
var v: Int = 1
|
||||
[platformName("vget")]
|
||||
[A("3")]
|
||||
@platformName("vget")
|
||||
@A("3")
|
||||
get
|
||||
[platformName("vset")]
|
||||
[A("4")]
|
||||
@platformName("vset")
|
||||
@A("4")
|
||||
set
|
||||
|
||||
Reference in New Issue
Block a user