summaryrefslogtreecommitdiff
path: root/tests/testdata/bench/check_local_by_default2.out
blob: 01aeda6363b160f62e3b0ec7c31169da85f0a9bd (plain)
1
2
3
4
error: TS2322 [ERROR]: Type '12' is not assignable to type '"b"'.
const b: "b" = 12;
      ^
    at [WILDCARD]bench/check_local_by_default2.ts:3:7