Update solidity fuzzing dictionary with >0.6.0 keywords

This commit is contained in:
Bhargava Shastry 2020-02-28 15:41:22 +01:00
parent b65a165da1
commit ed02aae1d9
2 changed files with 13 additions and 1 deletions

View File

@ -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]"

View File

@ -89,3 +89,4 @@
"xor("
"{"
"}"
"leave"