summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/check_js_points_to_ts/test.js.out
blob: c052a7c3d9a4b417619bbc29acf1363f9f2323a0 (plain)
1
2
3
4
error: TS2322 [ERROR]: Type 'number' is not assignable to type 'string'.
  return 42;
  ~~~~~~~~~~
    at [WILDCARD]