const internal/types/errors.InvalidClear

3 uses

	internal/types/errors (current package)
		code_string.go#L155: 	_ = x[InvalidClear-148]
		codes.go#L1443: 	InvalidClear

	go/types
		builtins.go#L239: 			check.errorf(x, InvalidClear, invalidArg+"cannot clear %s: argument must be (or constrained by) map or slice", x)