swc/crates/swc_ecma_parser/tests/tsc/instanceofOperatorWithAny.ts

3 lines
45 B
TypeScript

var a: any;
var r: boolean = a instanceof a;