UNPKG

287 BJavaScriptView Raw
1"use strict";
2var x;
3function named_fn(a, b) {
4 var unique = 1;
5 for (x = 3; x < 10; x++) {
6 var i = 1;
7 var y$0 = 2;
8 console.log(y$0);
9 }
10 for (var x$0 in [1,2,3,4,5]) {
11 var y$1 = x$0;
12 console.log(y$1);
13 }
14 var y,z;
15}
16named_fn();