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