aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/chapter10/10.1/10.1.1/10.1.1-2gs.js
blob: 7a1b034455b0ac9f79869fd84e684032c3660743 (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 EarlyErrorRePat
 */

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