blob: 8fcd3caed032cf04af54ddc873b2079cc9155c10 [file] [log] [blame]
// "Make 'companion object' not open" "true"
class A {
companion object {
fun a(): Int = 1
}
}
/* IGNORE_FIR */