trait A { val String.prop : Int } class B : A { override val String.prop: Int = 0 }