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