Priority
Critical
Type
Bug 
State
Fixed 
Assignee
Andrey Simanovsky 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
  • Submitted by   Ilya Ryzhenkov
    2 years ago (24 May 2007 14:33)
  • Updated by Ilya Ryzhenkov
    2 years ago (26 Jun 2007 21:56)
  • Jira: RSRP-41294
    (history, comments)

RSRP-41294

Inline method parameters generation has some error

0
  internal class Stuff
  {
    public event EventHandler Closed;
    
    void foo(object m, EventArgs e)
    {
      if (m != null)
        Closed += foo; // Inline foo until it fails
      return;
    }
  }


Issue was closed
Comments (0)
 
History (0)
 
Links
 
Issue has no comments