```fun foo(any: Any) { any as String print...
# announcements
k
Copy code
fun foo(any: Any) {
    any as String
    println(any.length)
}