summaryrefslogtreecommitdiff
path: root/cli/tests/ts_with_generic.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/ts_with_generic.ts')
-rw-r--r--cli/tests/ts_with_generic.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/ts_with_generic.ts b/cli/tests/ts_with_generic.ts
new file mode 100644
index 000000000..aa83e73b9
--- /dev/null
+++ b/cli/tests/ts_with_generic.ts
@@ -0,0 +1,3 @@
+/* eslint-disable */
+
+const foo = { delete<S>() {} };