Merge pull request #10618 from ethereum/develop

Merge develop into breaking.
This commit is contained in:
chriseth
2020-12-16 12:34:41 +01:00
committed by GitHub
34 changed files with 340 additions and 11 deletions
@@ -2,4 +2,4 @@
let x := 0100
}
// ----
// ParserError 1856: (15-16): Literal or identifier expected.
// ParserError 1465: (15-16): Illegal token: Octal numbers not allowed.
@@ -0,0 +1,6 @@
{
// pop 1
// underflow
}
// ----
// ParserError 1465: (19-32): Illegal token: Unicode direction override underflow in comment or string literal.
@@ -0,0 +1,6 @@
{
// pop 1
let s := unicode"underflow ";
}
// ----
// ParserError 1465: (35-47): Illegal token: Invalid character in string.