(typeParameter)
| 63340 | tp.restrictiveInstantiation); |
| 63341 | } |
| 63342 | function cloneTypeParameter(typeParameter) { |
| 63343 | var result = createTypeParameter(typeParameter.symbol); |
| 63344 | result.target = typeParameter; |
| 63345 | return result; |
| 63346 | } |
| 63347 | function instantiateTypePredicate(predicate, mapper) { |
| 63348 | return createTypePredicate(predicate.kind, predicate.parameterName, predicate.parameterIndex, instantiateType(predicate.type, mapper)); |
| 63349 | } |
no test coverage detected