Skip to content

Commit

Permalink
Add more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusaaguiar committed Nov 28, 2024
1 parent 666b499 commit fb75168
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
contract C at layout 0x1234ABC { }
// ----
// ParserError 2314: (11-13): Expected '{' but got identifier
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
contract C layout layout at 0x1234ABC { }
// ----
// ParserError 1994: (18-24): Expected 'at' but got identifier
// ParserError 2314: (28-37): Expected '{' but got 'Number'

0 comments on commit fb75168

Please sign in to comment.