Files
kotlin-fork/js/js.translator/testFiles/namespace/cases/deeplyNestedNamespaceFunctionCalled.kt
T
2012-03-19 16:51:28 +04:00

4 lines
74 B
Kotlin

package foo1.foo2.foo3.foo5.foo6.foo7.foo8
fun box() = f()
fun f() = true