When I have an `open` function and I override it i...
# intellij
k
When I have an
open
function and I override it in a subclass, I’m not able to have IntelliJ show me a list of classes overriding the function (from the superclass). Is this a bug or is there a special way to do this? It seems to work fine from Java classes