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