Sign in
android
/
platform
/
tools
/
idea
/
c667c1f74abd96a2098520effdd5afdff7f0d34b
/
.
/
plugins
/
groovy
/
groovy-psi
/
resources
/
intentionDescriptions
/
ExpandBooleanIntention
/
after.groovy.template
blob: 3645dd88c4736a1124a893e48bb50cffb106780d [
file
] [
log
] [
blame
]
public
class
X
{
boolean
f
(
boolean
a
)
{
if
(
a
){
return
true
;
}
else
{
return
false
;
}
}
}