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