mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Disallow any keyword followed by an exclaimation mark
This commit is contained in:
parent
0acd59b4d6
commit
9e6c249dca
13 changed files with 23 additions and 83 deletions
|
@ -0,0 +1 @@
|
|||
Expr(Start(@0), @0)
|
|
@ -0,0 +1,3 @@
|
|||
D=return!-
|
||||
e
|
||||
z#
|
|
@ -0,0 +1 @@
|
|||
Expr(Start(@6), @0)
|
|
@ -0,0 +1 @@
|
|||
dbg!-!if!
|
|
@ -0,0 +1 @@
|
|||
Expr(BadExprEnd(@5), @0)
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
}=d when!
|
||||
s
|
Loading…
Add table
Add a link
Reference in a new issue