Resharper does not recognize incorrect recursive constant definitions
The following Code is not correct, because it is a recursive Constant Definition,
But this is not recognized
namespace WindowsApplication3
{
class Class1
{
private const double test = test;
}
}
Please sign in to leave a comment.
Hello,
We appreciate your feedback.
The corresponding JIRA request has been created, and you are welcome to monitor
its status at http://www.jetbrains.net/jira/browse/RSRP-41086.
Best regards,
- Development Team.