const internal/types/errors.WrongArgCount

7 uses

	internal/types/errors (current package)
		code_string.go#L134: 	_ = x[WrongArgCount-126]
		codes.go#L1219: 	WrongArgCount

	go/types
		builtins.go#L81: 			check.errorf(argErrPos(call), WrongArgCount, invalidOp+"%s arguments for %v (expected %d, found %d)", msg, call, bin.nargs, nargs)
		builtins.go#L513: 			check.errorf(call, WrongArgCount, invalidOp+"%v expects %d or %d arguments; found %d", call, min, min+1, nargs)
		call.go#L207: 			check.errorf(inNode(call, call.Rparen), WrongArgCount, "missing argument in conversion to %s", T)
		call.go#L225: 			check.errorf(call.Args[n-1], WrongArgCount, "too many arguments in conversion to %s", T)
		call.go#L534: 		err := check.newError(WrongArgCount)