Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
plugins
/
groovy
/
testdata
/
intentions
/
MergeIfAnd.groovy
blob: 3d06f860c78f3f9f311c5c8412efe388e093828f [
file
] [
log
] [
blame
]
x
=
true
;
y
=
false
;
if
(
x
)
{
if
(
y
){
print
(
3
);
}
}