mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 02:30:15 -06:00
Fix lint error
This commit is contained in:
parent
5fe8ebb502
commit
bf326aaabf
@ -23451,7 +23451,7 @@ namespace ts {
|
||||
}
|
||||
|
||||
function getUniqueTypeParameters(context: InferenceContext, typeParameters: ReadonlyArray<TypeParameter>): ReadonlyArray<TypeParameter> {
|
||||
let result: TypeParameter[] = [];
|
||||
const result: TypeParameter[] = [];
|
||||
let oldTypeParameters: TypeParameter[] | undefined;
|
||||
let newTypeParameters: TypeParameter[] | undefined;
|
||||
for (const tp of typeParameters) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user