Skip to content

Commit 2c63b31

Browse files
authoredFeb 13, 2024
test(es/parser): Add a test for << (#8634)
**Related issue:** - Closes #7621.
1 parent 9b1a70b commit 2c63b31

File tree

2 files changed

+2
-0
lines changed
  • crates/swc/tests/fixture/issues-7xxx/7621

2 files changed

+2
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
const test = a << 1;
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
var test = a << 1;

0 commit comments

Comments
 (0)
Please sign in to comment.