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