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