summaryrefslogtreecommitdiff
path: root/tests/specs/test/default_ts/extensionless
blob: 52cb8eacccaeb67f3be90ca0f83e11981312d5e6 (plain)
1
2
3
Deno.test(function foo() {
  const x: string = "foo";
});