[FIR] Implement support of MPP in JS CLI
This commit is contained in:
committed by
Space Team
parent
d401ff7b09
commit
f3e3cc0037
+1
@@ -0,0 +1 @@
|
||||
expect fun foo(): String
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
actual fun foo() = "OK"
|
||||
|
||||
fun test(): String {
|
||||
return foo()
|
||||
}
|
||||
Reference in New Issue
Block a user