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 8ba0470 commit 6d1ba9bCopy full SHA for 6d1ba9b
1 file changed
tests/unit/call-resolver.test.ts
@@ -10,7 +10,7 @@
10
* method fallback must apply computeConfidence >= 0.5 to avoid false edges from
11
* distant files in a polyglot project.
12
*
13
- * Also covers the bare-call JS/TS module-scope guard (#1407/#1424): bare `foo()` calls
+ * Also covers the bare-call JS/TS module-scope guard (#1422/#1424): bare `foo()` calls
14
* (no receiver) inside a JS/TS class method must NOT fall through to the same-class
15
* lookup, because bare calls in those languages are module-scoped, not class-scoped.
16
*/
0 commit comments