// FIR_IDENTICAL // !DIAGNOSTICS: -UNUSED_VARIABLE fun nullable(): T? = null fun test() { val value = nullable() ?: nullable() }