fun foo(x: String?) { if (x != null) { x!!.length } }