Skip to content

Commit

Permalink
test: add input for variable-declaration-start
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed May 12, 2021
1 parent 5dd1a0f commit 2e66c82
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
@@ -0,0 +1,4 @@
var x = do {
var bar = "foo";
bar;
};
@@ -0,0 +1,2 @@
var bar;
var x = (bar = "foo", bar);

0 comments on commit 2e66c82

Please sign in to comment.