-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Reactions are currently unavailable