User-defined literal suffixes: Parsing

This commit is contained in:
Kamil Śliwak
2023-05-17 16:28:04 +02:00
parent 0debb30a4d
commit 81118c729e
4 changed files with 41 additions and 3 deletions
@@ -4,4 +4,4 @@ contract C {
}
}
// ----
// ParserError 2314: (58-64): Expected ';' but got identifier
// DeclarationError 7576: (58-64): Undeclared identifier.
@@ -4,4 +4,4 @@ contract C {
}
}
// ----
// ParserError 2314: (58-63): Expected ';' but got identifier
// DeclarationError 7576: (58-63): Undeclared identifier.