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

12 lines
218 B
TypeScript

/// <reference path='fourslash.ts' />
//// function f() {
//// /*a*/function q() { }
//// q();/*b*/
//// q();
//// }
goTo.select('a', 'b');
verify.not.refactorAvailable("Extract Method");