Files
kotlin-fork/compiler/testData/readClass/ClassFun.kt
T
2011-12-06 22:32:17 +04:00

6 lines
51 B
Kotlin

namespace test
class River {
fun song() = 1
}