What steps will reproduce the problem?
1. Define property of type "Decimal" on C# Object
2. The above object should be returned in any web method
3. Generate the code
What is the expected output?
decimal is not a class reference, its a value type, so release,
autorelease, alloc etc can not be applied to decimal
What do you see instead?
decimal should be handled as value type... and not should be compared to
nil, and should not be marked as release etc.
What version of the product are you using? On what operating system?
Please provide any additional information below.
Original issue reported on code.google.com by ackava@gmail.com on 28 Mar 2009 at 12:27
Original issue reported on code.google.com by
ackava@gmail.com
on 28 Mar 2009 at 12:27