Files
kotlin/idea/testData/codeInsight/surroundWith/functionLiteral/multiStatement.kt
2013-02-18 17:21:16 +04:00

4 lines
56 B
Kotlin
Vendored

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