Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7820f80 commit 176c06fCopy full SHA for 176c06f
libsolidity/grammar.txt
@@ -65,7 +65,7 @@ Expression =
65
| Expression '**' Expression
66
| Expression ('*' | '/' | '%') Expression
67
| Expression ('+' | '-') Expression
68
- | Expression ('<<' | '>>' | '>>>')
+ | Expression ('<<' | '>>')
69
| Expression '&' Expression
70
| Expression '^' Expression
71
| Expression '|' Expression
0 commit comments