We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f6c7a commit 4b4acc3Copy full SHA for 4b4acc3
1 file changed
javascript/ql/test/library-tests/UnderlyingTypes/calls.ts
@@ -9,7 +9,7 @@ function t1() {
9
declare function getRequestAmbient(): express.Request;
10
11
function t2() {
12
- getRequestAmbient(); // $ MISSING: hasUnderlyingType='express'.Request
+ getRequestAmbient(); // $ hasUnderlyingType='express'.Request
13
}
14
15
class C {
0 commit comments