Merge pull request #8402 from ethereum/fix-8401

Update solidity fuzzing dictionary with >0.6.0 keywords
This commit is contained in:
chriseth 2020-03-09 11:38:18 +01:00 committed by GitHub
commit 4a4c1a7ba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"