diff options
Diffstat (limited to 'cli/tests/test/doc.out')
-rw-r--r-- | cli/tests/test/doc.out | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/test/doc.out b/cli/tests/test/doc.out new file mode 100644 index 000000000..0f3d02aa3 --- /dev/null +++ b/cli/tests/test/doc.out @@ -0,0 +1,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 |