Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ExpandBooleanIntention
/
before.java.template
blob: ee3d23a3745ee671b2d3803dcf0fd2ebed256af4 [
file
]
public
class
X
{
boolean
f
(
boolean
a
)
{
<spot>
return
a
</
spot
>;
}
}