Sign in
android
/
platform
/
tools
/
idea
/
c667c1f74abd96a2098520effdd5afdff7f0d34b
/
.
/
plugins
/
groovy
/
groovy-psi
/
resources
/
intentionDescriptions
/
GrMakeMemberProtectedIntention
/
after.groovy.template
blob: 2c218226549781c982c272bfec149d391314e2d6 [
file
] [
log
] [
blame
]
class
Foo
{
<spot>
protected
</
spot
>
def
foo
()
{}
}