Skip to content

Commit a16233a

Browse files
committed
add failing parse test
1 parent ab296d4 commit a16233a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
| arrows.js:1:5:1:5 | Error: Argument name clash | Error: Argument name clash |
22
| destructingPrivate.js:4:6:4:6 | Error: Unexpected token | Error: Unexpected token |
3+
| notFlow.js:1:35:1:35 | Error: Unexpected token | Error: Unexpected token |
34
| tst.js:2:12:2:12 | Error: Unterminated string constant | Error: Unterminated string constant |
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
foo ? () => ({}) : (name) => "foo";

0 commit comments

Comments
 (0)