summaryrefslogtreecommitdiff
path: root/tests/specs/bench/default_ts/as_ts.js
blob: 914439a9f7c1ab76c83b9746b11c10f716ff8b26 (plain)
1
2
3
Deno.bench(function foo() {
  const x: string = "foo";
});