[K2, MPP] Rename jvm.kt to platform.kt in JS tests
This commit is contained in:
committed by
Space Team
parent
227018624e
commit
d91efb212d
+5
@@ -0,0 +1,5 @@
|
||||
actual fun foo() = "OK"
|
||||
|
||||
fun test(): String {
|
||||
return foo()
|
||||
}
|
||||
Reference in New Issue
Block a user