Files
kotlin-fork/compiler/testData/readKotlinBinaryClass/fun/nonGeneric/ClassFunGetFooSetFoo.kt
T
2012-01-17 19:32:18 +04:00

7 lines
86 B
Kotlin

package test
class ClassFunGetFoo {
fun getFoo() = 1
fun setFoo(p: Int) {}
}