Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
MergeIfOrIntention
/
after.java.template
blob: 7c68216df97b537b8683e3879cd89d2ab448aa83 [
file
] [
log
] [
blame
]
public
class
X
{
boolean
f
(
boolean
a
,
boolean
b
)
{
if
(!
a
||
b
)
{
return
true
;
}
return
false
;
}
}