IntelliJ Call Hierarchy with multiple inheritance

前端 未结 0 478
灰色年华
灰色年华 2021-01-28 17:38

The Call Hierarchy of IntelliJ is great, it shows all the places where a method is called. Consider the following classes:

interface Parent {
    void callMe();
}         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题