Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
convertReferenceToLambda
/
nullable.kt.after
blob: 3bd59b8c894b338c553d26b2bfa6d4a0ad5ac379 [
file
] [
log
] [
blame
]
fun
Int
?.
foo
()
=
this
?.
hashCode
()
?:
0
val x
=
{
i
:
Int
?
->
i
.
foo
()
}