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