package test trait Trait { open fun f(a: String) { } } open class Class : Trait { }