6 lines
65 B
Kotlin
Vendored
6 lines
65 B
Kotlin
Vendored
actual fun foo() = "OK"
|
|
|
|
fun test(): String {
|
|
return foo()
|
|
}
|