7 lines
70 B
Kotlin
7 lines
70 B
Kotlin
package foo
|
|
|
|
fun box(): String {
|
|
Foo()
|
|
bar()
|
|
return "OK"
|
|
} |