Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ReplaceIfWithConditionalIntention
/
after.java.template
blob: 75ee1f5ae00da637a7687ed593640010f038c97b [
file
] [
log
] [
blame
]
public
class
X
{
boolean
f
(
boolean
a
)
{
return
a
?
3
:
4
;
}
}