blob: fc0c415fa84382565749360dd39c66be535fa35f [file] [log] [blame]
def foo() {
def list =[1, 2, 3]
list.each {
foo()
}
}