2017-04-29 21:33:06 +02:00
|
|
|
NEGATIVE
|
2017-05-01 18:04:05 +02:00
|
|
|
^ expected errors | v input
|
|
|
|
// Copyright (C) 2017 Mike Pennisi. All rights reserved.
|
|
|
|
// This code is governed by the BSD license found in the LICENSE file.
|
|
|
|
/*---
|
|
|
|
esid: sec-assignment-operators-static-semantics-early-errors
|
|
|
|
description: Minimal test
|
|
|
|
negative:
|
|
|
|
type: SyntaxError
|
2017-12-03 06:06:42 +01:00
|
|
|
phase: parse
|
2017-05-01 18:04:05 +02:00
|
|
|
---*/
|
|
|
|
|
2019-02-05 21:32:34 +01:00
|
|
|
$DONOTEVALUATE(1);
|
2017-04-29 21:33:06 +02:00
|
|
|
|
2017-05-01 18:04:05 +02:00
|
|
|
!!!
|