Sign in
android
/
platform
/
tools
/
idea
/
f56a0fff1a336635c966bffc25e16af9a4e6e988
/
.
/
plugins
/
groovy
/
resources
/
intentionDescriptions
/
FlipIfIntention
/
after.groovy.template
blob: 25d459273914288e25b5e525bfbd1e16d507dfd6 [
file
] [
log
] [
blame
]
if
(
cond2
)
{
<spot>
doSomething2
()</
spot
>
}
else
if
(
cond1
)
{
<spot>
doSomething1
()</
spot
>
}