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

5 lines
66 B
Plaintext
Vendored

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