Skip to content

Commit

Permalink
Update new-syntax.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheus Dias de Souza authored May 3, 2024
1 parent 47619ab commit 9e371a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/new-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ enum E1 {
// Shorthand field
( { x } );
// Brackets field
( { ["x"]: 10 } );
```

## Generators
Expand Down

0 comments on commit 9e371a7

Please sign in to comment.