blob: 7bd1558ecf7bd8da195d0c0cc2a0c3f512da69ff [file]
// "Make 'Foo' not open" "true"
class A {
companion object Foo {
fun a(): Int = 1
}
}