Adjust testData: get rid of obsolete annotations
This commit is contained in:
Vendored
+2
-2
@@ -2,9 +2,9 @@ import kotlin.platform.platformName
|
||||
import kotlin.reflect.jvm.*
|
||||
|
||||
var state: String = "value"
|
||||
[platformName("getter")]
|
||||
@platformName("getter")
|
||||
get
|
||||
[platformName("setter")]
|
||||
@platformName("setter")
|
||||
set
|
||||
|
||||
fun box(): String {
|
||||
|
||||
Reference in New Issue
Block a user