Files
kotlin-fork/compiler/testData/readClass/fun/ClassFun.kt
T
2011-12-16 13:10:14 +04:00

6 lines
51 B
Kotlin

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