// !RENDER_ALL_DIAGNOSTICS_FULL_TEXT fun foo() = B().bar() val life = 42 interface A { val x get() = life } class B : A { fun bar() = x }