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