Skip to content

Commit 9f4b7ba

Browse files
cristianoczth
authored andcommitted
syntax tests
1 parent 1e63bc9 commit 9f4b7ba

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

jscomp/syntax/tests/parsing/errors/typeDef/expected/emptyInlineRecord.res.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
2-
Syntax error!
3-
tests/parsing/errors/typeDef/emptyInlineRecord.res:3:10-11
4-
5-
1 │ type node<'a> =
6-
2 │ | Nil
7-
3 │ | Node({})
8-
4 │
9-
10-
An inline record declaration needs at least one field
11-
121
type nonrec 'a node =
132
| Nil
143
| Node of {

0 commit comments

Comments
 (0)