// IS_APPLICABLE: false fun foo(x: String?) { x?.compareTo("1") }