mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #8402 from ethereum/fix-8401
Update solidity fuzzing dictionary with >0.6.0 keywords
This commit is contained in:
commit
4a4c1a7ba7
@ -119,7 +119,7 @@
|
||||
"bytes8 "
|
||||
"bytes9 "
|
||||
"constant "
|
||||
"constructor "
|
||||
"constructor() "
|
||||
"continue;"
|
||||
"contract "
|
||||
"delete "
|
||||
@ -212,3 +212,14 @@
|
||||
"|"
|
||||
"}"
|
||||
"~"
|
||||
"override"
|
||||
"virtual"
|
||||
" is "
|
||||
"receive() "
|
||||
"fallback() "
|
||||
"catch Error() {}"
|
||||
"catch (bytes memory ) {}"
|
||||
"{value: 1, gas: 2}"
|
||||
"{salt: "salt", value: 10}"
|
||||
"leave"
|
||||
"a[1:2]"
|
||||
|
@ -89,3 +89,4 @@
|
||||
"xor("
|
||||
"{"
|
||||
"}"
|
||||
"leave"
|
||||
|
Loading…
Reference in New Issue
Block a user