// !RENDER_DIAGNOSTICS_FULL_TEXT // TARGET_BACKEND: JVM_IR fun foo() = B.bar() val life = 42 object B { fun bar() = life }