const internal/types/errors.NonIndexableOperand

3 uses

	internal/types/errors (current package)
		code_string.go#L61: 	_ = x[NonIndexableOperand-51]
		codes.go#L481: 	NonIndexableOperand

	go/types
		index.go#L188: 		check.errorf(x, NonIndexableOperand, invalidOp+"cannot index %s", x)