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,5 @@
<html>
<body>
This inspection reports redundant double negation usages, like <code>val truth = !!true</code>
</body>
</html>