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

6 lines
63 B
Kotlin

package test
class ClassFunGetFoo {
fun set(p: Int) { }
}