Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
surroundWith
/
when
/
multiExpression.kt
blob: 2d57890c26c4216e369540d6e1b1b77b3a0e92ca [
file
]
fun foo
()
{
val a
=
"aa"
<selection>
a
.
capitalize
()</
selection
>
}