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

4 lines
56 B
Kotlin
Vendored

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