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 d10cd4c commit ec2fdbbCopy full SHA for ec2fdbb
packages/pyright-scip/src/treeVisitor.ts
@@ -1392,7 +1392,7 @@ export class TreeVisitor extends ParseTreeWalker {
1392
node: ParseNode,
1393
symbol: ScipSymbol,
1394
role: number = scip.SymbolRole.ReadAccess,
1395
- // TODO: should lambda have an enclosing range?
+ // TODO(issue: https://github.com/sourcegraph/scip-python/issues/134)
1396
decl?: FunctionNode | ClassNode
1397
): void {
1398
softAssert(symbol.value.trim() == symbol.value, `Invalid symbol ${node} -> ${symbol.value}`);
0 commit comments