Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
groovy
/
testdata
/
rename
/
afterGetterRename.groovy
blob: 99a9f23eeca7351acd04fa03d63618bebe98c59c [
file
] [
log
] [
blame
]
class
Test
{
def
bar
=
"abc"
}
Test
test
=
new
Test
()
test
.
bar
=
"d"
test
.
bar
=
"e"
test
.
bar
=
"f"