smartcaveman / runsharp-google-export

Automatically exported from code.google.com/p/runsharp
MIT License
0 stars 0 forks source link

Parameter attributes are locked too soon #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Define a SimpleProperty()
2. Try to add attributes on getter's return value

What is the expected output? What do you see instead?

The attributes are not added to the method, as it's signature is locked. It 
should be possible to add attributes until a method is completed.

Original issue reported on code.google.com by StefanSi...@gmail.com on 16 Oct 2009 at 10:58