// IS_APPLICABLE: false fun test(x: String?) { if (x != null) { x.length } }