Get rid of deprecated annotations in testData
This commit is contained in:
@@ -2,7 +2,7 @@ import kotlin.platform.platformStatic
|
||||
|
||||
object A {
|
||||
|
||||
platformStatic fun test(b: String = "OK") : String {
|
||||
@platformStatic fun test(b: String = "OK") : String {
|
||||
return b
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user