blob: d66fd512b02aaeef845feb513a317d4e0c730863 [file] [log] [blame]
class Test {
def foo = "abc"
}
Test test = new Test()
test.foo = "d"
test.fo<caret>o = "e"
test.foo = "f"