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