summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/check/dts/check_dts.d.ts
blob: 9cf60f0631c8df81b40048a9ce63269a83894ded (plain)
1
2
// TS1039 [ERROR]: Initializers are not allowed in ambient contexts.
export const a: string = Deno.version.deno;