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