Files
kotlin-fork/compiler/testData/cli/js/firMpp/platform.kt
T
2023-03-24 14:48:24 +00:00

6 lines
65 B
Kotlin
Vendored

actual fun foo() = "OK"
fun test(): String {
return foo()
}