Sign in
android
/
platform
/
tools
/
idea
/
c667c1f74abd96a2098520effdd5afdff7f0d34b
/
.
/
plugins
/
groovy
/
groovy-psi
/
resources
/
intentionDescriptions
/
ReplaceIfWithTernaryIntention
/
after.groovy.template
blob: 0f413f682b3d06cf3c00441659160f3d6f1f7806 [
file
] [
log
] [
blame
]
return
cond
()
:
first
()
:
second
()