Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e74282753ae0fda39015b2d1cc9c31db24bb800c
/
.
/
idea
/
testData
/
codeInsight
/
surroundWith
/
functionLiteral
/
moveDeclarationsOut.kt
blob: 04667c1e2678e85eb9a8fb3a8dba14dcc5a79256 [
file
]
fun foo
()
{
<selection>
val a
=
"aaa"
val b
=
"aaa"
</
selection
>
a
.
charAt
(
1
)
b
.
charAt
(
1
)
}