Support platformStatic for properties
#KT-5766 Fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import kotlin.platform.platformStatic
|
||||
|
||||
object X {
|
||||
platformStatic val x = "OK"
|
||||
|
||||
fun fn(value : String = x): String = value
|
||||
}
|
||||
|
||||
fun box(): String {
|
||||
return X.fn()
|
||||
}
|
||||
Reference in New Issue
Block a user