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