TypeScript/tests/cases/fourslash/refactorExtractType65.ts

8 lines
205 B
TypeScript
Raw Normal View History

/// <reference path='fourslash.ts' />
//// type T = { c: string }
//// function foo(a: /*a*/T/*b*/) { }
goTo.select("a", "b");
verify.not.refactorAvailable("Extract type", "Extract to interface")