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