Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
RemoveUnnecessaryParenthesesIntention
/
after.java.template
blob: 286b7f258199bf5a698d8f663b0a9333c6b56ca5 [
file
] [
log
] [
blame
]
public
class
X
{
boolean
f
(
boolean
a
)
{
return
a
;
}
}