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