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

7 lines
155 B
TypeScript

/// <reference path='fourslash.ts' />
//// (x => x)(/*1*/x => x/*2*/)(1);
goTo.select('1', '2');
edit.applyRefactor('Extract Method', 'scope_0');