blob: 93067b6c3b80338a03e9ec6b3fbacba1fd8f7b83 [file] [log] [blame]
fun f(p: Any) {
if (p is String) return
//TODO
}