blob: a2633ec05c2e3a1d23ca042317e2dd8f040ecddf [file] [log] [blame]
interface I1
interface I2
fun f() {
fun g() = <caret>object : I1, I2 { }
}