interface Foo { fun bar(n: Int) } class Baz: Foo { override fun bar(n: Int) { } }