diff options
Diffstat (limited to 'tests/specs/run/cts/import_export_equals/mod.mts.check.out')
-rw-r--r-- | tests/specs/run/cts/import_export_equals/mod.mts.check.out | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/specs/run/cts/import_export_equals/mod.mts.check.out b/tests/specs/run/cts/import_export_equals/mod.mts.check.out new file mode 100644 index 000000000..870353901 --- /dev/null +++ b/tests/specs/run/cts/import_export_equals/mod.mts.check.out @@ -0,0 +1,5 @@ +Check file:///[WILDLINE]/mod.mts +error: TS2345 [ERROR]: Argument of type 'string' is not assignable to parameter of type 'number'. +console.log(add(1, "test")); + ~~~~~~ + at file:///[WILDLINE]/mod.mts:3:20 |