summaryrefslogtreecommitdiff
path: root/tests/specs/check/workspace/package_b.out
blob: 8db6c5476c0e598a9c05a66e5b96f7b62e6aa9e0 (plain)
1
2
3
4
5
Check file:///[WILDLINE]/package-b/mod.ts
error: TS2322 [ERROR]: Type 'number' is not assignable to type 'string'.
const test: string = add(1, 2);
      ~~~~
    at [WILDLINE]