const internal/types/errors.NonSliceableOperand
6 uses
internal/types/errors (current package)
code_string.go#L64: _ = x[NonSliceableOperand-54]
codes.go#L516: NonSliceableOperand
go/types
index.go#L223: check.errorf(x, NonSliceableOperand, "cannot slice %s: no specific type in %s", x, x.typ)
index.go#L242: check.errorf(x, NonSliceableOperand, "cannot slice %s: %s and %s have different underlying types", x, ct, t)
index.go#L292: check.errorf(x, NonSliceableOperand, "cannot slice unaddressable value %s", x)
index.go#L311: check.errorf(x, NonSliceableOperand, "cannot slice %s", x)