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

6 lines
60 B
Kotlin

package test
class ClassFunGetFoo {
fun getFoo() = 1
}