Closed blipper closed 1 month ago
import toy.MyClass; class A { private void foo() { new MyClass(); } }
class A { }
import toy.MyClass; class A { }
What is the smallest, simplest way to reproduce the problem?
What did you expect to see?
What did you see instead?