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