History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-33889
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Dmitry Lomov
Reporter: Vladimir Reshetnikov
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
ReSharper

False report: ambiguous reference

Created: 25 Dec 06 14:13   Updated: 20 Jun 07 10:57
Component/s: PSI - Resolve
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 326


 Description  « Hide
using System;
public class Stuff
{
	private static void Main()
	{
		Console.WriteLine(Foo is object); // False report: ambiguous reference
	}

	private static void Foo<T>()
	{
		
	}
	private static void Foo()
	{
		
	}
}


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.