github.com/neugram/ng@v0.0.0-20180309130942-d472ff93d872/eval/testdata/binop11_error.ng (about) 1 a := uint8(1) 2 a >> float64(2) // ERROR: typecheck: invalid operation: a>>float64(2) (shift count type float64, must be unsigned integer)