blob: 660242a398feb51dc1bd47c66872286dea474287 [file] [log] [blame]
interface B {
}
val <caret>a = object : B {
}
val c = a