Files
kotlin-fork/compiler/testData/cli/js/firMpp/jvm.kt
T
2023-02-07 14:16:29 +00:00

6 lines
65 B
Kotlin
Vendored

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