0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-10 08:02:18 -05:00
denoland-deno/tests/specs/test/doc/main.out
HasanAlrimawi e0b9c745c1
chore: deprecate test itests (#25512)
This PR is part of #22907

---------

Signed-off-by: HasanAlrimawi <141642411+HasanAlrimawi@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-09-16 19:38:40 +00:00

9 lines
394 B
Text

Check [WILDCARD]/main.ts$6-9.js
Check [WILDCARD]/main.ts$10-13.jsx
Check [WILDCARD]/main.ts$14-17.ts
Check [WILDCARD]/main.ts$18-21.tsx
Check [WILDCARD]/main.ts$30-35.ts
error: TS2367 [ERROR]: This comparison appears to be unintentional because the types 'string' and 'number' have no overlap.
console.assert(check() == 42);
~~~~~~~~~~~~~
at [WILDCARD]/main.ts$30-35.ts:3:16