interface IColor
{
void Foo();
}
class Red : IColor
{
void IColor. /* press Ctrl+Space when the caret is here. A lot of keywords which is not syntactically allowed here will popup (see attachments). Only Foo() is expected */
}
/*
VS 2005 version 8.0.50727.51
ReSharper build 252
*/