Sign in
android
/
platform
/
tools
/
idea
/
c667c1f74abd96a2098520effdd5afdff7f0d34b
/
.
/
plugins
/
groovy
/
groovy-psi
/
resources
/
intentionDescriptions
/
MergeIfAndIntention
/
after.groovy.template
blob: 45efcff0355cb95aab0041ea1563cf1504a193fd [
file
] [
log
] [
blame
]
public
class
X
{
void
f
(
a
,
b
)
{
<spot>
if
(
a
&&
b
)
return
;</
spot
>
}