Files
kotlin/idea/testData/codeInsight/surroundWith/not/variable.kt.after
Natalia.Ukhorskaya 09ca020780 Add surround with not
2013-02-13 17:21:05 +04:00

5 lines
45 B
Plaintext
Vendored

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