Priority
Major
Type
Bug 
State
Fixed 
Assignee
Dmitry Lomov 
Subsystem
PSI 
Affected versions
Fixed in
Fixed in build
Next build 
Build
326
  • Submitted by   Vladimir Reshetnikov
    3 years ago (25 Dec 2006 11:42)
  • Updated by Vladimir Reshetnikov
    2 years ago (02 Jul 2007 16:25)
  • Jira: RSRP-33884
    (history, comments)

RSRP-33884

Wrong report about ambiguous reference

0
using System;

public delegate void F();

public class Stuff
{
	private static void Main()
	{
		F f = (Foo); // Wrong report about ambiguous reference
	}

	private static void Foo()
	{
	}
	private static void Foo<T>(T a, T b)
	{
	}
}


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