Menu

#118 No CS0535 quick fix for fully qualified types

open
nobody
None
5
2008-01-17
2008-01-17
No

Create a C# file with the contents below...

class Da : System.IDisposable
{

}

interface IDisposable
{
void V();
}

...you should have a compiler error on the class 'Da'. Place your text cursor on 'Da' and hit Ctrl+1. Nothing happens.

Discussion


Log in to post a comment.