Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ReplaceWithOperatorAssignmentIntention
/
after.java.template
blob: d24486699ebbf191ce502c57fd02b5f3b2f60209 [
file
] [
log
] [
blame
]
public
class
X
{
void
f
(
boolean
a
,
boolean
b
)
{
a
|=
b
;
}
}