Add test for issue #4946

This commit is contained in:
Moti Zilberman 2017-03-19 11:03:42 +00:00 committed by Justin Ridgewell
parent 1ef5871300
commit 68786c4f0f
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
(function foo() {
let foo = true;
});

View File

@ -0,0 +1,3 @@
(function foo() {
var foo = true;
});