honnef.co/go/tools@v0.5.0-0.dev.0.20240520180541-dcae280a5e87/staticcheck/sa4016/testdata/src/example.com/CheckSillyBitwiseOps/generics.go (about) 1 //go:build go1.18 2 3 package pkg 4 5 func tpfn[T int](x T) { 6 _ = x & 0 //@ diag(`always equals 0`) 7 }