blob: 00322322907030b2324bed7b4e4d7b86aaf2200a [file] [log] [blame]
fun foo(a: Any) {
a as String
a as? String
}