class Foo() : Goo() { private val MY_FLOATY: Float = 50f override fun myFoo(other: Other?): Float { return MY_FLOATY / other!!.someInt } }