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

[SoM] Will probably get a name conflict with protocol list types #26

Open
stephen-hawley opened this issue Aug 28, 2019 · 0 comments
Open
Milestone

Comments

@stephen-hawley
Copy link
Contributor

Try this:

public protocol ProtoA {
}
public protocol ProtoB {
}

public func doSomething(TProto0: ProtoA & ProtoB) -> String {
    return "success";
}

The argument name TProto0 is going to conflict with the generic type used in the C# wrapper. Fix that, kthx.

@stephen-hawley stephen-hawley transferred this issue from another repository Oct 29, 2019
@chamons chamons added this to the Future milestone Nov 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants