mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 12:15:34 -06:00
Change back from jsdoc comment.
This commit is contained in:
parent
58b5d29c52
commit
f3d2963ff7
@ -2915,11 +2915,9 @@ namespace ts {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* An unapplied type parameter has its symbol still the same as the matching argument symbol.
|
||||
* Since parameters are applied outer-to-inner, only the last outer parameter needs to be checked.
|
||||
*/
|
||||
function areAllOuterTypeParametersApplied(type: Type): boolean {
|
||||
// An unapplied type parameter has its symbol still the same as the matching argument symbol.
|
||||
// Since parameters are applied outer-to-inner, only the last outer parameter needs to be checked.
|
||||
const outerTypeParameters = (<InterfaceType>type).outerTypeParameters;
|
||||
if (outerTypeParameters) {
|
||||
const last = outerTypeParameters.length - 1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user