ReSharper 2.0.211 highlighting strange behavior
{
public abstract t GetT();
}
public abstract class db : b
{
public override t GetT()
{
return default(t);
}
}
public class ddb : db
{
}
}]]>
In this code ReSharper highlights ddb class with the following error message: "Abstract inherited member 't n2.b]]> GetT()' is not implemented", but the code compiles successfully.
Please sign in to leave a comment.
Thank you. fixed in 213
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Somov Alexander" <no_mail@jetbrains.com> wrote in message
news:29309132.1134634074596.JavaMail.itn@is.intellij.net...
>