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

Allow type inference for ref and out in lambda #7977

Closed
Thaina opened this issue Jan 15, 2016 · 2 comments
Closed

Allow type inference for ref and out in lambda #7977

Thaina opened this issue Jan 15, 2016 · 2 comments

Comments

@Thaina
Copy link

Thaina commented Jan 15, 2016

Normally we use lambda with type inference. This ability make our life easier when we need to work with variable which so long typename or namespace

But it sad that ref and out function cannot do type inference. I don't know why it hard to do

At least let we can (ref i) => i++ or (ref var i) => i++

@ViIvanov
Copy link

I already created such issue #303

@Thaina
Copy link
Author

Thaina commented Oct 1, 2016

forget closed as duplicated

@Thaina Thaina closed this as completed Oct 1, 2016
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