TypeScript/tests/cases/fourslash/extract-method22.ts
2017-08-04 16:10:33 -07:00

11 lines
268 B
TypeScript

/// <reference path='fourslash.ts' />
// You may not extract variable declarations with the export modifier
//// namespace NS {
//// /*start*/export var x = 10;/*end*/
//// }
goTo.select('start', 'end')
verify.not.refactorAvailable('Extract Method');