Bug 1892041 - Part 2: Update test262. r=spidermonkey-reviewers,dminor
[gecko.git] / js / src / tests / test262 / language / module-code / instn-uniq-env-rec-other_FIXTURE.js
blob61cea19ca28c661dd4fe689e8813c099401b249a
1 // |reftest| skip -- not a test file
2 // Copyright (C) 2016 the V8 project authors. All rights reserved.
3 // This code is governed by the BSD license found in the LICENSE file.
5 var first = 4;
6 let second = 5;
7 const third = 6;
8 class fourth {}
9 function fifth() {}
10 function* sixth() {}
12 var seventh = 7;
13 let eighth = 8;
14 const ninth = 9;
15 class tenth {}
16 function eleventh() {}
17 function *twelfth() {}