Closed GoogleCodeExporter closed 9 years ago
The output is correct for your code, its just hat your code is wrong.
new ThisExpr(new NameExpr(...)
should be something like
new FieldAccessExpr(new ThisExpr(), "isWorking");
Original comment by michaelkoch6@googlemail.com
on 9 Nov 2009 at 5:17
Great thanks.. that worked fine ..
Original comment by same%nan...@gtempaccount.com
on 9 Nov 2009 at 9:57
Thank you Machael!
Issue closed.
Original comment by jges...@gmail.com
on 9 Nov 2009 at 11:21
Original issue reported on code.google.com by
same%nan...@gtempaccount.com
on 10 Oct 2009 at 8:02