github.com/neugram/ng@v0.0.0-20180309130942-d472ff93d872/eval/testdata/binop10_error.ng (about)

     1  a := uint8(1)
     2  a >> int(2) // ERROR: typecheck: invalid operation: a>>int(2) (shift count type int, must be unsigned integer)