Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
resources-en
/
src
/
intentionDescriptions
/
SimplifyBooleanExpressionAction
/
before.java.template
blob: cd77a9b90be8bc3b248a3defdd072d334071086e [
file
] [
log
] [
blame
]
public
class
X
{
void
f
(
int
i
)
{
if
(<
spot
>
this
==
null
||
true
||
i
==
0
</
spot
>)
return
;
}
}