Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Wrong protocol name in where clause #767

Open
stephen-hawley opened this issue Sep 9, 2021 · 0 comments
Open

Wrong protocol name in where clause #767

stephen-hawley opened this issue Sep 9, 2021 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@stephen-hawley
Copy link
Contributor

It looks like code that writes generic where clauses is using the presumptive name for a protocol in C# rather than the bound name.

        public static SwiftString PrintIteratorToString<T0,
            ATElement>(T0 thing)where T0 : IIteratorProtocol<ATElement>

The latter where should be where T0: ISwiftIteratorProtocol<ATElement>

@stephen-hawley stephen-hawley added the bug Something isn't working label Sep 9, 2021
@stephen-hawley stephen-hawley added this to the Future milestone Sep 9, 2021
@stephen-hawley stephen-hawley self-assigned this Sep 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant