Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
groovy
/
resources
/
intentionDescriptions
/
DemorgansLawIntention
/
after.groovy.template
blob: 5c587b8888e64d790eb4de78e306fa1875db200c [
file
] [
log
] [
blame
]
public
class
X
{
void
f
(
a
,
b
)
{
if
(!(
a
&&
b
))
return
;
}