summaryrefslogtreecommitdiff
path: root/tests/testdata/run/js_root_with_ts_check.js.out
blob: 34e2fa61ea01b2a5631de0ffa0dc2376fc95db8b (plain)
1
2
3
4
error: TS2322 [ERROR]: Type 'string' is not assignable to type 'number'.
const a = "";
      ^
    at [WILDCARD]