Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
AddBracesIntention
/
before.java.template
blob: d45dc00808ae1306ccd38ef3976e0a6e7cfae195 [
file
] [
log
] [
blame
]
public
class
X
{
int
f
(
boolean
b
)
{
if
(
b
)
<spot>
return
1
</
spot
>;
return
0
;
}
}