diff options
Diffstat (limited to 'tests/specs/test/doc/main.out')
-rw-r--r-- | tests/specs/test/doc/main.out | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/specs/test/doc/main.out b/tests/specs/test/doc/main.out index b55989f96..a25582370 100644 --- a/tests/specs/test/doc/main.out +++ b/tests/specs/test/doc/main.out @@ -4,6 +4,6 @@ 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 + console.assert(check() == 42); + ~~~~~~~~~~~~~ + at [WILDCARD]/main.ts$30-35.ts:3:20 |