I have an interface which is now empty, and extends another interface. I'd like to remove the empty interface and use the base interface, and am trying to find the correct refactoring in IntelliJ.
I've tried "remove middleman" but got "cannot perform the refactoring. The caret should be positioned at the name of the field to be refactored".
以上就是'Remove middleman' IntelliJ refactoring on an empty interface的详细内容,更多请关注web前端其它相关文章!