blob: 7b2c815ace1b360e48a84bc8ffd03521e250664a [file]
// Derived
interface Base {
val boo: String
}
class Derived(x: Base): Base by x