Sign in
android
/
platform
/
tools
/
idea
/
c667c1f74abd96a2098520effdd5afdff7f0d34b
/
.
/
plugins
/
groovy
/
groovy-psi
/
resources
/
intentionDescriptions
/
ConditionalToElvisIntention
/
after.groovy.template
blob: bc2789605eba1f68a73c8e1b45717bce4b3d3d22 [
file
] [
log
] [
blame
]
public
class
X
{
void
f
(
a
,
b
)
{
return
a
?:
b
}