mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #10489 from ethereum/develop
Merge develop into breaking.
This commit is contained in:
@@ -7,4 +7,4 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// ParserError 2314: (118-119): Expected '(' but got '}'
|
||||
// ParserError 7104: (104-109): Builtin function "mload" must be called.
|
||||
|
||||
@@ -7,4 +7,4 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// ParserError 2314: (101-103): Expected '(' but got ':='
|
||||
// ParserError 6272: (101-103): Cannot assign to builtin function "mload".
|
||||
|
||||
+1
-1
@@ -7,4 +7,4 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// ParserError 2314: (95-98): Expected '(' but got identifier
|
||||
// ParserError 6913: (95-98): Call or assignment expected.
|
||||
|
||||
@@ -6,4 +6,4 @@ contract test {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// ParserError 2314: (85-86): Expected '(' but got '}'
|
||||
// ParserError 6913: (85-86): Call or assignment expected.
|
||||
|
||||
Reference in New Issue
Block a user