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