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