6 lines
63 B
Kotlin
6 lines
63 B
Kotlin
package test
|
|
|
|
class ClassFunGetFoo {
|
|
fun set(p: Int) { }
|
|
}
|