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

7 lines
239 B
HTML

<html>
<body>
This inspection reports functions that were overloading operators according to pre-M14 naming conventions
but are not annotated with the 'operator' modifier. The quickfix for the inspection adds the modifier.
</body>
</html>