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

7 lines
64 B
Plaintext
Vendored

fun foo() {
val a = ""
if (<caret>) {
a
}
}