Get rid of deprecated annotations in testData
This commit is contained in:
@@ -2,7 +2,7 @@ import kotlin.platform.platformStatic
|
||||
|
||||
object A {
|
||||
|
||||
platformStatic var a: Int = 1
|
||||
@platformStatic var a: Int = 1
|
||||
|
||||
var b: Int = 1
|
||||
@platformStatic get
|
||||
|
||||
Reference in New Issue
Block a user