const internal/types/errors.DuplicateLitKey

4 uses

	internal/types/errors (current package)
		code_string.go#L70: 	_ = x[DuplicateLitKey-60]
		codes.go#L571: 	DuplicateLitKey

	go/types
		literals.go#L309: 					check.errorf(x, DuplicateLitKey, "duplicate key %s in map literal", x.val)
		literals.go#L379: 				check.errorf(e, DuplicateLitKey, "duplicate index %d in array or slice literal", index)