Files
kotlin-fork/idea/testData/codeInsight/surroundWith/if/severalStatements.kt.after
T
Natalia.Ukhorskaya 1786c2c256 Add surround with if
2013-02-13 17:21:03 +04:00

6 lines
86 B
Plaintext
Vendored

fun foo() {
if (<caret>) {
"".capitalize()
"".capitalize()
}
}