Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
replaceSingleLineLetIntention
/
binarySafeCall.kt
blob: c32e59956cbdea7173129880fed18115e6fb7df7 [
file
] [
log
] [
blame
]
// IS_APPLICABLE: false
// WITH_RUNTIME
val x
=
1
val y
=
x
.<
caret
>
let
{
it
+
it
?.
hashCode
()
}