// "Change function signature to 'fun f()'" "true" interface A { fun f() } class B : A { override fun f() {} }