Incorrect unused method inspection result

Issue #1011 resolved
Phil W created an issue

If I have an arrangement like:

public class XExample {
    public class BExample {

When I want to declare a list of XExample.BExamples, for example, and I type "XEx" and auto complete, then type ".B" and auto complete I end up with:

List<XExample.XExample.BExample>

Comments (4)

  1. Log in to comment