Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
resources-en
/
src
/
intentionDescriptions
/
SimplifyBooleanExpressionAction
/
after.java.template
blob: 1dfe7b2a3f76972c42040e5e0fee5ee5526b7463 [
file
] [
log
] [
blame
]
public
class
X
{
void
f
(
int
i
)
{
if
(
true
)
return
;
}
}