Add test case for completion in the jsdoc type literals for typescript files.

This commit is contained in:
Oleksandr T 2022-10-04 15:28:54 +03:00 committed by Daniel Rosenwasser
parent fc5e72b92c
commit dc8a10ee99

View File

@ -0,0 +1,8 @@
/// <reference path="fourslash.ts" />
////interface Foo<T> { }
/////**
//// * @type {Foo<{/**/}>}
//// */
verify.completions({ marker: "", exact: [], isNewIdentifierLocation: true });