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

9 lines
198 B
TypeScript

/// <reference path='fourslash.ts' />
//// declare namespace Foo {
//// const x = /*start*/3/*end*/;
//// }
goTo.select('start', 'end')
verify.not.refactorAvailable('Extract Method');