Sign in
android
/
platform
/
tools
/
idea
/
c667c1f74abd96a2098520effdd5afdff7f0d34b
/
.
/
plugins
/
groovy
/
groovy-psi
/
resources
/
intentionDescriptions
/
GrRedundantElseIntention
/
after.groovy.template
blob: 3531583c086ef3a02ab27d9880cdd080859922c6 [
file
] [
log
] [
blame
]
if
(
cond
)
{
doSomething
()
return
}
<spot>
doSomethingElse
()</
spot
>
next
()