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.
Log in to post a comment.