blob: 460c787527ed7be4140c567157c9b8d33ed81edb [file] [log] [blame]
def a = 2;
switch (a) {
case 2 + [4, 5]:
print a;
case [1, 2]:
print a;
}