We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Gc rejects to compile the following program:
package a var v = 0>>1000
saying:
stupid shift: 1000
gotype compiles it successfully. Compilers should agree on whether it is a valid Go program or not.
on commit af81789
Activity