bug? comments moved to different method on add new handler
of a method inserted beneath the first.
Steps to reproduce:
1 Create a new Windows Application project
2 Add a control to the form
3 Add a new handler to the control
4 After the new handler's closing brace, add a comment on the same line
5 Add another handler to the control
The comment has been moved to after the new handler's closing brace, and the original handler has no comment.
-- K

