blob: 73454eb6e8942aa39af0911650c59669ee445308 [file]
Resolve target: value-parameter p: kotlin.Any
----------------------------------------------
val error = "error"
fun foo(p: Any) {
/* STATEMENT DELETED: if (p !is String) { print(error) } */
println(<caret>p.size)
}