babel-generator: add another do test

This commit is contained in:
Henry Zhu 2017-02-25 18:39:18 -05:00
parent 01918c68c1
commit 6529cb5f01
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
(do {});
let a = do {
if (x > 10) {
'big';

View File

@ -1,3 +1,5 @@
(do {});
let a = do {
if (x > 10) {
'big';