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

6 lines
125 B
HTML

<html>
<body>
This inspection reports redundant double negation usages, like <code>val truth = !!true</code>
</body>
</html>