mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 11:54:44 -06:00
Add test case for completion in the jsdoc type literals for typescript files.
This commit is contained in:
parent
fc5e72b92c
commit
dc8a10ee99
8
tests/cases/fourslash/completionsAtJsDoc.ts
Normal file
8
tests/cases/fourslash/completionsAtJsDoc.ts
Normal file
@ -0,0 +1,8 @@
|
||||
/// <reference path="fourslash.ts" />
|
||||
|
||||
////interface Foo<T> { }
|
||||
/////**
|
||||
//// * @type {Foo<{/**/}>}
|
||||
//// */
|
||||
|
||||
verify.completions({ marker: "", exact: [], isNewIdentifierLocation: true });
|
||||
Loading…
x
Reference in New Issue
Block a user