fun foo(): String? = null fun bar() { val f = foo() ?: return f. } // EXIST: length // EXIST: hashCode