package d override val f : ()-> Int = { 12 } fun test() { f() }