// OUT_OF_CODE_BLOCK: FALSE class A { fun foo(): Int = 12 } fun A.bar(): Int { return foo() + } // TYPE: 1