blob: 16e6be1f526b9231eb62520c7d0bb979a08be1f5 [file] [log] [blame]
class A {
def f
def foo() {
print 2
f = 2 + 4
}
}