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

No completion on first line of pattern case block. #9076

Closed
CyrusNajmabadi opened this issue Feb 23, 2016 · 1 comment
Closed

No completion on first line of pattern case block. #9076

CyrusNajmabadi opened this issue Feb 23, 2016 · 1 comment
Assignees
Labels
Area-Compilers Bug New Language Feature - Pattern Matching Pattern Matching Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented Verification Not Required

Comments

@CyrusNajmabadi
Copy link
Member

            object o = null;
            switch (o)
            {
                default:
                    break;
                case 1:
                    break;
                case int i :
                    C             // <-- completion does not come up here (automatically or explicitly).
            }
@gafter
Copy link
Member

gafter commented Feb 29, 2016

This is not reproducible in the latest bits from future.

@gafter gafter closed this as completed Feb 29, 2016
@gafter gafter added Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented and removed 2 - Ready labels Feb 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers Bug New Language Feature - Pattern Matching Pattern Matching Resolution-Fixed The bug has been fixed and/or the requested behavior has been implemented Verification Not Required
Projects
None yet
Development

No branches or pull requests

3 participants