6 lines
70 B
Kotlin
Vendored
6 lines
70 B
Kotlin
Vendored
package foo
|
|
|
|
fun box(): String {
|
|
var box = "foo"
|
|
return "OK"
|
|
} |