mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
User-defined literal suffixes: Parsing
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user