Files
kotlin-fork/compiler/testData/readClass/fun/nonGeneric/ClassFunGetFooSetFoo.kt
T
Stepan Koltsov 7325285813 read properties from binary classes
(intermediate version)
2012-01-03 17:16:50 +04:00

7 lines
86 B
Kotlin

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