diff --git a/tests/cases/fourslash/completionsAtJsDoc.ts b/tests/cases/fourslash/completionsAtJsDoc.ts
new file mode 100644
index 00000000000..a83d07ab249
--- /dev/null
+++ b/tests/cases/fourslash/completionsAtJsDoc.ts
@@ -0,0 +1,8 @@
+///
+
+////interface Foo { }
+/////**
+//// * @type {Foo<{/**/}>}
+//// */
+
+verify.completions({ marker: "", exact: [], isNewIdentifierLocation: true });