What steps will reproduce the problem?
1. Create a class "Test"
2. Create a normal property and a "namespaced" property
3. Compiler will exit because a ReferenceError referring to the
"namespaced" property
What is the expected output? What do you see instead?
Namespaced properties should be ignored.
A fix for this is to add a check:
JSONEncoder.as - Line: #283
if(v.hasOwnProperty("@uri")) continue;
Original issue reported on code.google.com by fernando...@gmail.com on 2 Feb 2009 at 1:52
Original issue reported on code.google.com by
fernando...@gmail.com
on 2 Feb 2009 at 1:52