Fixups after merge

This commit is contained in:
Richard van Velzen
2016-04-18 15:51:32 +02:00
parent f94497d1d6
commit 68cc14f846
4 changed files with 24 additions and 17 deletions

View File

@@ -117,13 +117,13 @@ regression_block_scope_resolves: {
expect: {
(function () {
if (1) {
let a;
const b;
let o;
const n;
class c {};
}
if (1) {
let a;
const b;
let o;
const n;
class c {};
}
console.log(x, y, Zee, ex, why, Zi);