Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
AddClarifyingParenthesesIntention
/
before.java.template
blob: 4a7469b252922eb1b7ba599c945bd31dc9512289 [
file
]
public
class
X
{
int
f
()
{
return
<spot>
2
*
3
+
4
*
5
</
spot
>;
}
}