Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
surroundWith
/
stringTemplate
/
multiExpression.kt
blob: cf136fd065ce9507d527f15e46fecedb7a44bdca [
file
]
fun foo
()
{
val a
=
1
val b
=
2
<selection>
a
+
b
</
selection
>
}