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