Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
resources-en
/
src
/
intentionDescriptions
/
ExtractIfConditionAction
/
after.java.template
blob: 2b67c557f958fd6aeb09fae4f34079540d3a2e80 [
file
] [
log
] [
blame
]
if
(
b
&&
c
)
{
x
=
1
;
}
else
if
(
a
)
{
x
=
1
;
}
else
{
x
=
2
;
}