blob: 99a9f23eeca7351acd04fa03d63618bebe98c59c [file] [log] [blame]
class Test {
def bar = "abc"
}
Test test = new Test()
test.bar = "d"
test.bar = "e"
test.bar = "f"