rename platformStatic to jvmStatic
This commit is contained in:
+1
-3
@@ -1,7 +1,5 @@
|
||||
import kotlin.platform.platformStatic
|
||||
|
||||
public object TestClass {
|
||||
platformStatic public fun main(args: Array<String>) {
|
||||
jvmStatic public fun main(args: Array<String>) {
|
||||
var i = 1
|
||||
OuterLoop1@ OuterLoop2@ while (i < 1000) {
|
||||
var j = 1
|
||||
|
||||
Reference in New Issue
Block a user