Files
kotlin-fork/idea/resources/inspectionDescriptions/WrapUnaryOperator.html
T

6 lines
187 B
HTML

<html>
<body>
This inspection reports a unary operator followed by a dot qualifier (such as <b>-1.inc()</b>) that is potentially wrong, because it has a lower precedence.
</body>
</html>