blob: cbbc56c491428a1a4069492bc9eb26a087b1baa2 [file] [log] [blame]
// |jit-test| error: ReferenceError
with({}) {
let x = x += undefined
}