Add inspection for potentially wrongly placed unary operators

So #KT-18236 Fixed
This commit is contained in:
shiraji
2017-06-11 00:21:09 -04:00
committed by Mikhail Glukhikh
parent eaea160f0e
commit 647558c98a
11 changed files with 198 additions and 0 deletions
@@ -0,0 +1,5 @@
<html>
<body>
This inspection reports an unary operator followed by a dot qualifier (such as <code>-1.inc()</code>) that is potentially wrong.
</body>
</html>