Files
kotlin-fork/js/js.translator/testData/outputPrefixPostfix/simpleWithPostfix.kt
T

6 lines
51 B
Kotlin
Vendored

package foo
fun box(): String {
return "OK"
}