Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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
;
}
}