summaryrefslogtreecommitdiff
path: root/tests/specs/check/workspace/root.out
blob: 21ae7acd3ffa66891620669f59fc96ab6c23b17f (plain)
1
2
3
4
5
6
Check file:///[WILDLINE]/package-a/mod.ts
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]