roslynator
roslynator copied to clipboard
RCS0029 doesn't highlight the problematic code
trafficstars
Product and Version Used: 4.12.2
Steps to Reproduce:
The following code produces an RCS0029 warning, but doesn't highlight any code:
internal class Dummy
{
public Dummy() : base()
{
}
}