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