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