Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
groovy
/
resources
/
intentionDescriptions
/
ConvertSimpleGetterToPropertyIntention
/
after.groovy.template
blob: 7484bc043666af6cf46151b719a61079d244c1ff [
file
] [
log
] [
blame
]
class
Foo
{
<spot>
final
String
name
=
'John'
</
spot
>
}