// FIR_IDENTICAL // NI_EXPECTED_FILE val x get() = foo() val y get() = bar() fun foo(): E = null!! fun bar(): List = null!!