(typeParameter)
| 68104 | } |
| 68105 | } |
| 68106 | function createInferenceInfo(typeParameter) { |
| 68107 | return { |
| 68108 | typeParameter: typeParameter, |
| 68109 | candidates: undefined, |
| 68110 | contraCandidates: undefined, |
| 68111 | inferredType: undefined, |
| 68112 | priority: undefined, |
| 68113 | topLevel: true, |
| 68114 | isFixed: false, |
| 68115 | impliedArity: undefined |
| 68116 | }; |
| 68117 | } |
| 68118 | function cloneInferenceInfo(inference) { |
| 68119 | return { |
| 68120 | typeParameter: inference.typeParameter, |
no outgoing calls
no test coverage detected