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