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

A range can be a declaration/definition and a reference in C# #22

Open
dbaeumer opened this issue Mar 4, 2019 · 2 comments
Open

A range can be a declaration/definition and a reference in C# #22

dbaeumer opened this issue Mar 4, 2019 · 2 comments
Assignees
Labels
feature-request Request for new features or functionality
Milestone

Comments

@dbaeumer
Copy link
Member

dbaeumer commented Mar 4, 2019

Example:

public static implicit operator string(Program p)
{
    return "hello";
}

The word string is both the definition of the conversion operator as well as a reference of the type string

@dbaeumer dbaeumer added this to the March 2019 milestone Mar 4, 2019
@dbaeumer dbaeumer added the feature-request Request for new features or functionality label Mar 4, 2019
@dbaeumer dbaeumer self-assigned this Mar 4, 2019
@dbaeumer dbaeumer modified the milestones: March 2019, April 2019 Apr 2, 2019
@dbaeumer dbaeumer modified the milestones: April 2019, August 2019 Aug 12, 2019
@chrismwendt
Copy link
Contributor

@daeumer are you working on a C# LSIF indexer?

@dbaeumer dbaeumer modified the milestones: August 2019, October 2019 Sep 30, 2019
@dbaeumer
Copy link
Member Author

dbaeumer commented Oct 2, 2019

@chrismwendt no. I got this from a C# expert as feedback when reading the spec.

@dbaeumer dbaeumer modified the milestones: October 2019, On Deck Oct 28, 2020
@dbaeumer dbaeumer modified the milestones: On Deck, Backlog Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

2 participants