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

3 lines
44 B
Plaintext

fun foo() {
!(1 == 2 && 3 != 4)<caret>
}