Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
RemoveConditionalIntention
/
before.java.template
blob: 7f45f7d878611538a9f7d0d5f86d26d3098e6ee3 [
file
] [
log
] [
blame
]
public
class
X
{
boolean
f
(
boolean
a
)
{
return
<spot>
!
a
?
true
:
false
</
spot
>;
}
}