Minor, rename codegen tests on platformName and platformStatic
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun box(): String {
|
||||
val test1 = FakePlatformName().foo()
|
||||
if (test1 != "foo") return "Failed: FakePlatformName().foo()==$test1"
|
||||
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user