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