Files
kotlin/idea/testData/codeInsight/surroundWith/stringTemplate/multiExpressionConstant.kt.after
2013-02-18 17:00:34 +04:00

3 lines
43 B
Plaintext
Vendored

fun foo() {
val a = "${1 * 3}"<caret>
}