Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
resolve
/
partialBodyResolve
/
IfNullPrint.dump
blob: 58573ef4751fd994bf78c34776923cda68adda0d [
file
]
Resolve
target
:
value
-
parameter p
:
kotlin
.
Any
?
----------------------------------------------
fun foo
(
p
:
Any
?)
{
/* STATEMENT DELETED: if (p == null) { print("null") } */
<caret>
p
.
hashCode
()
}