Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
resolve
/
partialBodyResolve
/
IfNotIsErrorVariable.dump
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
)
}