Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant