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

Key: RSRP-38975
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Dmitry Lomov
Reporter: Ilya Ryzhenkov
Votes: 0
Watchers: 0
Operations

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

Wrong import popup for unresolved using alias

Created: 16 Apr 07 14:50   Updated: 20 Jun 07 10:59
Component/s: PSI - Resolve
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

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


 Description  « Hide
using Class1 = ClassLibrary1.Class1; // Class1 is read, unresolved

namespace Blah
{
  public class CrossReference 
  {
    private Class1 c; // here we get import popup for another Class1, which exists.
  }
}


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