Skip to content

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

Description

@EamonNerbonne

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions