Files
kotlin-fork/idea/testData/codeInsight/surroundWith/tryCatchFinally/multiExpression.kt
T
2013-02-18 17:12:47 +04:00

4 lines
56 B
Kotlin

fun foo() {
<selection>"aaa"
"aaa"</selection>
}