blob: 101fd1907baea91d1bcbc9b8b32283449b72d4a6 [file]
// Derived
interface Base {
fun baz(g: String): String
}
class Derived(x: Base): Base by x