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.
1 parent d9afbfc commit f2b752fCopy full SHA for f2b752f
packages/pyright-scip/src/treeVisitor.ts
@@ -574,7 +574,6 @@ export class TreeVisitor extends ParseTreeWalker {
574
const existingSymbol = this.rawGetLsifSymbol(decl.node);
575
if (existingSymbol) {
576
if (decl.node.id === parent.id || decl.node.id === node.id) {
577
- // Check if the declaration is a function
578
switch (decl.node.nodeType) {
579
case ParseNodeType.Function:
580
case ParseNodeType.Class:
0 commit comments