Files
kotlin-fork/idea/resources/inspectionDescriptions/WrapUnaryOperator.html
T
2017-06-16 15:02:24 +03:00

6 lines
159 B
HTML

<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>