Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
resources
/
intentionDescriptions
/
MoveLambdaOutsideParenthesesIntention
/
after.kt.template
blob: faedcfcb4d4d9e5db3a574f0be1b0e6f33243ead [
file
] [
log
] [
blame
]
fun foo
()
{
<spot>
bar
(
2
)
{
it
*
3
}</
spot
>
}