Skip to content

Commit

Permalink
Add syntax tests for invalid bin number literals
Browse files Browse the repository at this point in the history
  • Loading branch information
pcw109550 committed Apr 23, 2024
1 parent ea523e6 commit 732bdc6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
@@ -0,0 +1,5 @@
contract C {
uint x = 0b20;
}
// ----
// ParserError 8936: (26-28): Binary digit missing or invalid.

0 comments on commit 732bdc6

Please sign in to comment.