Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
resources-en
/
src
/
intentionDescriptions
/
RemoveRedundantElseAction
/
after.java.template
blob: 6bbd9d56135a75d29f06ca1ba69fbbafd6bde961 [
file
] [
log
] [
blame
]
public
class
X
{
void
f
(
int
i
)
{
if
(
i
==
0
)
{
return
;
}
int
j
=
0
;
}
}