Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
0801cc12da5af28d8009eb66d070f37079ab755d
/
.
/
idea
/
resources
/
intentionDescriptions
/
ConvertToWithIntention
/
before.kt.template
blob: 6549b8c6d985196fb5bf2a3371cc0f6d7ae8fb7a [
file
] [
log
] [
blame
]
fun foo
()
{
<spot>
a
.
setFoo
(
1
)
a
.
setBar
(
2
)
a
.
setBaz
(
3
)</
spot
>
}