summaryrefslogtreecommitdiff
path: root/tests/testdata/run/js_root_with_ts_check.js
blob: adca847ee51ed12e532e68a02bbeb7a43d270934 (plain)
1
2
3
4
5
// @ts-check

/** @type {number} */
const a = "";
console.log(a);