blob: 480ca142ca2cdcbcf98978f94ab23a2d9610bf67 [file] [log] [blame]
// "Make 'Foo' not open" "true"
class A {
<caret>open companion object Foo {
fun a(): Int = 1
}
}
/* IGNORE_FIR */