blob: c648dba955f43a8a41e81516d6e07d494fca9ea5 [file] [log] [blame]
class Test {
def foo() {
def (a, <selection>b</selection>, c) = [1, 2, 3]
}
}