Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
groovy
/
resources
/
intentionDescriptions
/
MergeIfAndIntention
/
before.groovy.template
blob: 07a316507414ba707d15ac3ef76d234582c890f7 [
file
]
public
class
X
{
void
f
(
a
,
b
)
{
<spot>
if
(
a
)
if
(
b
)
return
;</
spot
>
}