duplicate-var.js 69 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 "use strict"; var x = 3; if (1) { var x = 4; } function x() { }