Sign in
android
/
platform
/
tools
/
idea
/
f56a0fff1a336635c966bffc25e16af9a4e6e988
/
.
/
plugins
/
groovy
/
resources
/
intentionDescriptions
/
ReplaceIfWithTernaryIntention
/
before.groovy.template
blob: c9bf0d66b7d45b4a9106ee188702daaeb36cb246 [
file
] [
log
] [
blame
]
<spot>
if
</spot>
(cond()) {
return first()
}
else {
return second()
}