Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
testData
/
intentions
/
replaceSingleLineLetIntention
/
letUseParameter.kt
blob: 9881425472c960898f89e120efc677be82e8b0af [
file
] [
log
] [
blame
]
// WITH_RUNTIME
// IS_APPLICABLE: false
fun foo
()
{
val foo
:
String
?
=
null
foo
?.
let
{
text
->
text
.
to
(
text
)<
caret
>
}
}