Priority
Major
Type
Bug 
State
Fixed 
Assignee
Eugene Pasynkov 
Subsystem
Code Analysis 
Affected versions
Fixed in
Fixed in build
Next build 
Build
329
Fixed in build
500
  • Submitted by   Vladimir Reshetnikov
    3 years ago (28 Dec 2006 10:33)
  • Updated by Vladimir Reshetnikov
    2 years ago (20 Jun 2007 20:41)
  • Jira: RSRP-33946
    (history, comments)

RSRP-33946

Signature is not redundant because of 'out' modifier

0
using System;

delegate void F(out int x);

class Stuff
{
	static void Foo()
	{
		F f = delegate(out int x) { throw new NotImplementedException(); }; // Signature is not redundant because of 'out' modifier
	}
}


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