Priority
Normal
Type
Bug 
State
Fixed 
Assignee
Alexander Zverev 
Subsystem
No subsystem 
Affected versions
Fixed in
Fixed in build
Next build 
Build
515
Fixed in build
900
  • Submitted by   Maxim A. Babenko
    2 years ago (20 Aug 2007 23:27)
  • Updated by Maxim A. Babenko
    20 months ago (04 Jun 2008 14:17)
  • Jira: RSRP-47670
    (history, comments)

RSRP-47670

Fix signature quickfix: invalid parameter name

0
	class Test
	{
		delegate void D(int a, int b);

		void foo()
		{
			D d = delegate(int b) {  };
		}
	}


Try applying the quickfix to the anonymous delegate. You should get two identically named parameters.

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