TypeScript/tests/cases/fourslash/importTypeFormatting.ts

10 lines
229 B
TypeScript

/// <reference path="fourslash.ts"/>
////var y: import("./c2").mytype;
////var z: import ("./c2").mytype;
format.document();
verify.currentFileContentIs(
`var y: import("./c2").mytype;
var z: import("./c2").mytype;`);