Skip to content
Snippets Groups Projects
10.1.1-8gs.js 264 B


/**
 * @path chapter10/10.1/10.1.1/10.1.1-8gs.js
 * @description Strict Mode - Use Strict Directive Prologue is ''use strict';' which appears twice in the code
 * @strict_only
 * @negative EarlyErrorRePat
 */


"use strict";
throw NotEarlyError;
var public = 1;