blob: 18f81d3a30c38ef274a1ecf7745cc7ac50735991 (
plain)
1
2
3
4
5
|
Check [WILDCARD]/doc.ts$2-7
error: TS2367 [ERROR]: This condition will always return 'false' since the types 'string' and 'number' have no overlap.
console.assert(example() == 42);
~~~~~~~~~~~~~~~
at [WILDCARD]/doc.ts$2-7.ts:3:16
|