fun test(v: Any?) { (v as? String)?.let { it -> it.length } }