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