Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
replaceSingleLineLetIntention
/
this.kt
blob: c34c1a65872e06022d92146a17c1b607c2102912 [
file
] [
log
] [
blame
]
// WITH_RUNTIME
// IS_APPLICABLE: true
fun
Int
.
foo
():
Int
{
return
<caret>
let
{
it
.
hashCode
().
hashCode
()
}
}