summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/publish/invalid_fast_check/mod.ts
blob: 02531104936025832367807ce725be4bd7469a75 (plain)
1
2
3
4
// requires an explicit type annotation of `number`
export function getRandom() {
  return Math.random();
}