blob: 6dae95bc2eed4fd8ce141e0dcbafbb3672487061 [file] [log] [blame]
def foo() {
foo("foo")
}
def foo(String anObject) {
print anObject
}