Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
NegatedConditionalExpression.html
blob: 38cd04ee7495980f9d1c3eb4934fbf4f27bd8db6 [
file
] [
log
] [
blame
]
<html>
<body>
Reports conditional expressions which are negated by a prefix expression. For example:
<pre><code>
!(i == 1 ? 2 : 3)
</code></pre>
<!-- tooltip end -->
<p>
<small>
New in 13
</small>
</body>
</html>