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