//// [duplicateTypeParameters3.ts] interface X { x: () => () => void; } //// [duplicateTypeParameters3.js]