blob: d8662615d0f6b1b11d042702435f7ac354791dd7 [file] [log] [blame]
def foo() {
return new Foo(a: 2, b: 4);
}
print foo().a