Skip to content

Commit 6d1ba9b

Browse files
committed
fix: update bare-call guard PR reference from #1407 to #1422/#1424 (#1424)
1 parent 8ba0470 commit 6d1ba9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/call-resolver.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* method fallback must apply computeConfidence >= 0.5 to avoid false edges from
1111
* distant files in a polyglot project.
1212
*
13-
* Also covers the bare-call JS/TS module-scope guard (#1407/#1424): bare `foo()` calls
13+
* Also covers the bare-call JS/TS module-scope guard (#1422/#1424): bare `foo()` calls
1414
* (no receiver) inside a JS/TS class method must NOT fall through to the same-class
1515
* lookup, because bare calls in those languages are module-scoped, not class-scoped.
1616
*/

0 commit comments

Comments
 (0)