mirror of
https://github.com/tc39/test262.git
synced 2025-07-31 01:44:54 +02:00
11 lines
271 B
JavaScript
11 lines
271 B
JavaScript
FILENAME
|
|
^ expected errors | v input
|
|
// Copyright (c) 2018 Valerie Young. All rights reserved.
|
|
// This code is governed by the license found in the LICENSE file.
|
|
/*---
|
|
esid: sec-assignment-operators-static-semantics-early-errors
|
|
description: Minimal test
|
|
---*/
|
|
|
|
void 0;
|