deno/cli/tests/testdata/ts_with_generic.ts

3 lines
58 B
TypeScript

// deno-lint-ignore-file
const foo = { delete<S>() {} };