michael@0: // |jit-test| error: TypeError michael@0: var obj = {}; michael@0: let ([] = print) 3; michael@0: let ( i = "a" ) new i [ obj[i] ];