Skip to content

EmitAddressOf for Property #31

@GoogleCodeExporter

Description

@GoogleCodeExporter
Exception when emitting
g.If(myOperand.Property("Count").Invoke("Equals",myOperand2));

Workaround is 
g.If(g.Local(myOperand.Property("Count")).Invoke("Equals",myOperand2));

Original issue reported on code.google.com by vlad.v...@gmail.com on 19 Jan 2013 at 10:28

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions