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