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

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