add test for issue #12

This commit is contained in:
Mihai Bazon
2012-10-12 10:49:48 +03:00
parent 72cb5328ee
commit 731fa9c236

View File

@@ -0,0 +1,9 @@
keep_name_of_getter: {
input: { a = { get foo () {} } }
expect: { a = { get foo () {} } }
}
keep_name_of_setter: {
input: { a = { set foo () {} } }
expect: { a = { set foo () {} } }
}