[K2, MPP] Rename jvm.kt to platform.kt in JS tests

This commit is contained in:
Ivan Kochurkin
2023-03-14 20:57:53 +01:00
committed by Space Team
parent 227018624e
commit d91efb212d
2 changed files with 1 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
actual fun foo() = "OK"
fun test(): String {
return foo()
}