Get rid of deprecated annotations in testData
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
import kotlin.platform.platformStatic
|
||||
|
||||
object X {
|
||||
platformStatic val x = "OK"
|
||||
@platformStatic val x = "OK"
|
||||
|
||||
fun fn(value : String = x): String = value
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user