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