mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update solidity fuzzing dictionary with >0.6.0 keywords
This commit is contained in:
parent
b65a165da1
commit
ed02aae1d9
@ -119,7 +119,7 @@
|
|||||||
"bytes8 "
|
"bytes8 "
|
||||||
"bytes9 "
|
"bytes9 "
|
||||||
"constant "
|
"constant "
|
||||||
"constructor "
|
"constructor() "
|
||||||
"continue;"
|
"continue;"
|
||||||
"contract "
|
"contract "
|
||||||
"delete "
|
"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("
|
"xor("
|
||||||
"{"
|
"{"
|
||||||
"}"
|
"}"
|
||||||
|
"leave"
|
||||||
|
Loading…
Reference in New Issue
Block a user