blob: 0c71fe19741324b54a850b6b1f4ddef1b9a5fc51 [file] [log] [blame]
def list = [1, 2, 3]
for (it<caret> in list) {
print it;
}