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:36)
  • Updated by Vladimir Reshetnikov
    2 years ago (20 Jun 2007 20:41)
  • Jira: RSRP-33949
    (history, comments)

RSRP-33949

Missing warning 'Type argument specification is redundant'

0
delegate void F(int x);
class Stuff
{
	static void Foo<T>(T x)
	{
		F f = Foo<int>; // Type argument specification is redundant
	}
}



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