const internal/types/errors.NumericOverflow

5 uses

	internal/types/errors (current package)
		code_string.go#L54: 	_ = x[NumericOverflow-44]
		codes.go#L424: 	NumericOverflow

	go/types
		assignments.go#L76: 			case NumericOverflow:
		const.go#L269: 				return nil, NumericOverflow
		const.go#L282: 	case NumericOverflow: