test262/tools/lint/test/fixtures/includes_invalid_empty.js

12 lines
286 B
JavaScript
Raw Normal View History

INCLUDES
^ expected errors | v input
// Copyright (C) 2019 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
includes: []
---*/
void 0;