Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prior to this, Xcode 16 was unable to infer the type of the variable (while Xcode 15 was), so the lookup to `reversed()` was ambiguous. This adds `String` as the inferred type, so that the call to `reversed()` is no longer ambiguous.
- Loading branch information