Files
kotlin-fork/idea/resources/intentionDescriptions/ReplaceCallWithUnaryOperatorIntention/description.html
T
2015-05-14 01:10:05 +03:00

5 lines
163 B
HTML

<html>
<body>
This intention replaces prefix member calls (<code>plus</code>, <code>minus</code>, <code>not</code>) with their respective prefixes.
</body>
</html>