Sign in
android
/
platform
/
tools
/
idea
/
c667c1f74abd96a2098520effdd5afdff7f0d34b
/
.
/
plugins
/
groovy
/
groovy-psi
/
resources
/
intentionDescriptions
/
NegateComparisonIntention
/
after.groovy.template
blob: f184b779733c9c43f05b3c02f0762b2aa0563994 [
file
] [
log
] [
blame
]
public
class
X
{
void
f
(
a
,
b
)
{
if
(!(
b
>=
a
))
return
;
}