This pattern of Code seems cannot be decompiled correctly
This pattern of Code seems cannot be decompiled correctly:
public class Test
{
}
public class Test<T> : Test
{
}
----------
In the Decompiled window in Visual Studio there's class like this:
public class Test<T> : Test
{
}
when I F12(Go to Definition) on the right "Test", it only go to the left "Test<T>" again, but not go to the real Test class as the Top position in this quesiton.
Could you take a look at this? Thank you very much!
Please sign in to leave a comment.
Hello,
thank you for the feedback.
Unfortunately, I cannot reproduce the problem from scratch.
Could you please provide a sample solution via "Submit a request" form at the top of the page.
Also some screencast demonstrating the problem will be helpful
Thank you.