// OUT_OF_CODE_BLOCK: TRUE // SKIP_ANALYZE_CHECK // ERROR: Function declaration must have a name fun test() { val someThing: Any? = null val otherThing: Any? = null if (!(someThing?.equals(otherThing) ?: otherThing == null)) { // Some comment } // TYPE: }