blob: 6c37ec9a007d8b4ab37c1c5b952e0548b87cb279 [file] [log] [blame]
static def foo() {
def a = 4;
print a;
}