TypeScript/tests/cases/fourslash/formatTypeParameters.ts

8 lines
188 B
TypeScript

/// <reference path="fourslash.ts"/>
/////**/type Bar<T extends any[]= any[]> = T
format.document();
goTo.marker();
verify.currentLineContentIs('type Bar<T extends any[] = any[]> = T');