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