Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
groovy
/
resources
/
intentionDescriptions
/
ConvertSimpleGetterToPropertyIntention
/
before.groovy.template
blob: 98db2006c2689ef7f96227ac21e555dffa92785e [
file
] [
log
] [
blame
]
class
Foo
{
<spot>
String
getName
()
{
return
'John'
}</
spot
>
}