interface Foo { fun bar(s: String) } class Baz: Foo { override fun bar(s: String) { } }