blob: 1117fe87ad2ec084c227e169b58938f2a90c9b0c [file] [log] [blame]
class X {
def getFoo(){}
def a() {
def foo = 3;
foo = 5
print foo
print this.foo
}
}