Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
convertReferenceToLambda
/
nullable.kt
blob: dc63b33d6337a3826810382a5d2e7b4c609241c9 [
file
] [
log
] [
blame
]
fun
Int
?.
foo
()
=
this
?.
hashCode
()
?:
0
val x
=
<caret>
Int
?::
foo