Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
groovy
/
resources
/
intentionDescriptions
/
NegateComparisonIntention
/
before.groovy.template
blob: cb0212cc999fbaadb77d6579ab21a4b2e66c84de [
file
] [
log
] [
blame
]
public
class
X
{
void
f
(
a
,
b
)
{
if
(<
spot
>
a
<
b
</
spot
>)
return
;
}