blob: c364d2753c31a920b16c3bae72262853d3884d7d [file]
fun foo() {
open class T: A
object O1: A
fun bar() {
object O2: T()
}
}