Skip to content

Commit dc8a10e

Browse files
a-tarasyukDanielRosenwasser
authored andcommitted
Add test case for completion in the jsdoc type literals for typescript files.
1 parent fc5e72b commit dc8a10e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
/// <reference path="fourslash.ts" />
2+
3+
////interface Foo<T> { }
4+
/////**
5+
//// * @type {Foo<{/**/}>}
6+
//// */
7+
8+
verify.completions({ marker: "", exact: [], isNewIdentifierLocation: true });

0 commit comments

Comments
 (0)