Files
kotlin-fork/compiler/integration-tests/testData/k2jsManySources/root1/main.kt
T
Evgeny Gerashchenko 79cab1f1b6 Updated test data.
2014-01-16 23:40:18 +04:00

7 lines
74 B
Kotlin

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