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