deno/cli/tests/ts_with_generic.ts
Bartek Iwańczuk 8e914be742
build: migrate to dlint (#8176)
This commit migrates repository from using "eslint" 
to "dlint" for linting JavaScript code.
2020-11-03 16:19:29 +01:00

4 lines
58 B
TypeScript

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