mirror of https://github.com/tc39/test262.git
10 lines
218 B
JavaScript
10 lines
218 B
JavaScript
|
^ expected errors | v input
|
||
|
// Copyright 2017 Mike Pennisi. All rights reserved.
|
||
|
// See LICENSE for details.
|
||
|
/*---
|
||
|
esid: sec-assignment-operators-static-semantics-early-errors
|
||
|
description: Minimal test
|
||
|
---*/
|
||
|
|
||
|
void 0;
|