blob: 3a486cb3f19975b7e43fbf1c4d1f8e90e54c28c4 [file] [log] [blame]
enum Nums {
one, two, tree;
int foo() {
return 1;
}
}
(Nums.one..Nums.tree).each{
it->
it.fo<caret>
}