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

IntelliSense opens in lambda mode before assignment #15443

Closed
SLaks opened this issue Nov 22, 2016 · 1 comment
Closed

IntelliSense opens in lambda mode before assignment #15443

SLaks opened this issue Nov 22, 2016 · 1 comment
Assignees
Milestone

Comments

@SLaks
Copy link
Contributor

SLaks commented Nov 22, 2016

Version Used: 2017 RC

class X {
	Action x;
	X() {
		x. = x;
	}
}

Typing the . (as opposed to pressing Ctrl+Space after it) will incorrectly open IntelliSense in lambda mode.

@SLaks
Copy link
Contributor Author

SLaks commented Nov 25, 2016

Much simpler repro (I assume this is the same bug):

class C {
	Action a = Task.
}

Here too, typing the . (as opposed to pressing Ctrl+Space after it) will incorrectly open IntelliSense in lambda mode.

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