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

6 lines
80 B
Plaintext
Vendored

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