Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
DoubleNegation.html
blob: c99a02bc1cbd5ac7f34e4f478e1c399c05a65e7c [
file
] [
log
] [
blame
]
<html>
<body>
Reports double negation.
<p>
For example:
<pre><code><b>
if
</b>
(!!functionCall())
</code></pre>
<!-- tooltip end -->
<p>
</body>
</html>