Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
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
)
}