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

5 lines
66 B
Plaintext

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