blob: 0f45e859527f014db4943f17e899f6a69ac3c480 [file] [log] [blame]
def list = [1, 2, 3]
list.ea<caret>ch {def x ->
print x;
}