Introduce "double negation" inspection #KT-4748 Fixed

This commit is contained in:
Dimach
2017-07-25 13:08:27 +03:00
committed by Mikhail Glukhikh
parent be0b01a1e6
commit 88fa7c2952
12 changed files with 140 additions and 0 deletions
@@ -0,0 +1,3 @@
fun foo() {
val b = !!<caret>"".equals("")
}