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