We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec6b98 commit 70a8ba2Copy full SHA for 70a8ba2
1 file changed
javascript/ql/test/library-tests/UnderlyingTypes/varAssignment.ts
@@ -0,0 +1,5 @@
1
+import * as express from 'express';
2
+
3
+function t1(e) {
4
+ var req: express.Request = e; // $ MISSING: hasUnderlyingType='express'.Request
5
+}
0 commit comments