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