import foo.Intf class Impl(): Intf { public override fun fooBar(i: Int, s: Array?, foo: Any?) { throw UnsupportedOperationException() } }