2011/11/17 David Herman <dherman at mozilla.com>: > obj with { foo: 12 } with { bar: 13 } with { baz: 17 } Does the below fit your syntax and isn't it lexically ambiguous with the old "with"? obj with ({ foo: 12 }) {}