False "keyword new required"
Hi,
there is a bug with "keyword new checking":
namespace ReSharper.Bugs
{
public class Base
{
public int A;
}
public class A : Base
{
public A() { } // A is greyed with a tooltip stating that
keyword new is required
}
}
Sincerely,
Stefan Lieser
Please sign in to leave a comment.
fixed in 208
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Stefan Lieser" <slieser@t-online.de> wrote in message
news:di00kc$dv4$1@is.intellij.net...
>
>
>
>
>
thanks!
"Eugene Pasynkov (JetBrains)" <Eugene.Pasynkov@jetbrains.com> schrieb im
Newsbeitrag news:di01th$k4j$1@is.intellij.net...
>
>> Hi,
>>
>> there is a bug with "keyword new checking":
>>
>> namespace ReSharper.Bugs
>> {
>> public class Base
>> {
>> public int A;
>> }
>>
>> public class A : Base
>> {
>> public A() { } // A is greyed with a tooltip stating that
>> keyword new is required
>> }
>> }
>>
>>
>> Sincerely,
>> Stefan Lieser
>>
>