summaryrefslogtreecommitdiff
path: root/tests/specs/check/unstable_suggestion/main.ts
blob: c5c7a82e12f62778f2cdf2b8b0742434d8a5a23b (plain)
1
2
3
4
5
6
7
8
/// <reference no-default-lib="true" />
/// <reference lib="deno.ns" />

// unstable apis removed here, so should error
Deno.listenDatagram({
  port: 3000,
  transport: "udp",
});