summaryrefslogtreecommitdiff
path: root/tests/specs/lint/gitignore/file2.ts
blob: 73c612c35fb14f89f545acc9782ec8af0bd63b92 (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 {}