mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
JS: Add failing test for assigning a non-SourceNode to a type annotated-value
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import * as express from 'express';
|
||||
|
||||
function t1(e) {
|
||||
var req: express.Request = e; // $ MISSING: hasUnderlyingType='express'.Request
|
||||
}
|
||||
Reference in New Issue
Block a user