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