Skip to content

Commit 4b4acc3

Browse files
committed
JS: Update fixed missing result
1 parent 14f6c7a commit 4b4acc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • javascript/ql/test/library-tests/UnderlyingTypes

javascript/ql/test/library-tests/UnderlyingTypes/calls.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function t1() {
99
declare function getRequestAmbient(): express.Request;
1010

1111
function t2() {
12-
getRequestAmbient(); // $ MISSING: hasUnderlyingType='express'.Request
12+
getRequestAmbient(); // $ hasUnderlyingType='express'.Request
1313
}
1414

1515
class C {

0 commit comments

Comments
 (0)