aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/chapter10/10.1/10.1.1/10.1.1-2gs.js
blob: 808c6231997a5b4bb8f21a862efd64423bcea9af (plain)
1
2
3
4
5
6
7
8
9
10
11
12


/**
 * @path chapter10/10.1/10.1.1/10.1.1-2gs.js
 * @description Strict Mode - Use Strict Directive Prologue is ''use strict'' which lost the last character ';'
 * @onlyStrict
 * @negative NotEarlyError
 */

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