Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
RemoveConditionalIntention
/
after.java.template
blob: a521f7753e01771404bcbfb43490db4ea385e997 [
file
] [
log
] [
blame
]
public
class
X
{
boolean
f
(
boolean
a
)
{
return
!
a
;
}
}