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

Syntax errors in metadata view of System.ValueTuple<,> #30653

Closed
cston opened this issue Oct 22, 2018 · 3 comments
Closed

Syntax errors in metadata view of System.ValueTuple<,> #30653

cston opened this issue Oct 22, 2018 · 3 comments

Comments

@cston
Copy link
Member

cston commented Oct 22, 2018

Go To Definition on new System.ValueTuple<int, object>():
Result:

    public struct  : IEquatable<(int, string)>, ...
    {
        public (int item1, string item2);}
@CyrusNajmabadi
Copy link
Member

I think this is a dupe.

@gafter
Copy link
Member

gafter commented Oct 22, 2018

This is a symptom of #20648

@gafter
Copy link
Member

gafter commented Oct 22, 2018

Dup of #21805

@gafter gafter closed this as completed Oct 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants