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