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