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