blob: 8c7274da19e8ea3cb4c31d44f011bb7f0a47717a [file] [log] [blame]
fun f(p: Any) {
<caret>if (p is String) {
//TODO
}
}