TypeScript/tests/cases/fourslash/moveToNewFile_global.ts

18 lines
224 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts' />
// @Filename: /a.ts
////const x = y;
////[|const y = x;|]
verify.moveToNewFile({
newFileContents: {
"/a.ts":
`const x = y;
`,
"/y.ts":
`const y = x;
`,
},
});