Files
kotlin-fork/compiler/testData/loadKotlin/fun/nonGeneric/ClassFun.kt
T

6 lines
49 B
Kotlin

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