// IGNORE_BACKEND_FIR: JVM_IR fun box(): String { class Local { fun foo() = "OK" } val ref = Local::foo return ref(Local()) }