blob: fba9fb7899fb82832a1f335bceafb813882ec57e [file]
interface A {
val foo: Int
}
class B(<spot>override val foo: Int</spot>) : A {
}