Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
FlipConditionalIntention
/
before.java.template
blob: 029d2a738d24aa3d0f1953bc46b12e69bf812e27 [
file
] [
log
] [
blame
]
public
class
X
{
int
f
(
boolean
a
)
{
return
<spot>
!
a
?
1
:
2
</
spot
>;
}
}