Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
groovy
/
testdata
/
intentions
/
MergeElseIf.groovy
blob: 5fdb41307525a28b2c4eebab86aa3beafeb0f07f [
file
] [
log
] [
blame
]
if
(
foo
())
{
print
"bar"
}
else
{
if
(
bar
())
{
print
"baz"
}
}