We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Given this code:
class X { x() { function y() { function z() {} } } }
In the navigation bar, y should be indented one level deeper than x. Currently they have the same indent level, making y look like another method.
y
x