/// // @Filename: first.ts //// /** @deprecated */ //// export declare function tap(next: null): void; //// export declare function tap(next: T): T; // @Filename: second.ts //// import { tap } from './first'; //// tap goTo.file('second.ts') verify.noErrors() verify.getSuggestionDiagnostics([]);