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

Doesn't correctly deal with member accesses of anonymous types in nested expressions #3

Closed
EamonNerbonne opened this issue May 24, 2014 · 2 comments
Assignees
Labels

Comments

@EamonNerbonne
Copy link
Owner

From eamon.nerbonne on January 11, 2011 16:10:33

ExpressionToCode.ToCode(() =>
new[]{
new{ X="a", Y="b"},}
}.Select(o=>o.X+o.Y)
)

the "o." in the inner expression isn't printed.

Original issue: http://code.google.com/p/expressiontocode/issues/detail?id=3

@EamonNerbonne EamonNerbonne self-assigned this May 24, 2014
@EamonNerbonne
Copy link
Owner Author

From eamon.nerbonne on January 17, 2011 04:13:21

Labels: -Priority-Medium Priority-High

@EamonNerbonne
Copy link
Owner Author

From eamon.nerbonne on January 21, 2011 13:55:53

Fixed!

Status: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant