summaryrefslogtreecommitdiff
path: root/cli/tests/lint/file2.ts
blob: a2be5c5e0151b2e1425f488d9210976e997f8203 (plain)
1
2
3
4
5
6
try {
  await Deno.open("./some/file.txt");
} catch (e) {}

// deno-lint-ignore no-explicit-any
function foo(): any {}