(type)
| 58943 | return getBaseConstraintOfType(type) || type; |
| 58944 | } |
| 58945 | function hasNonCircularBaseConstraint(type) { |
| 58946 | return getResolvedBaseConstraint(type) !== circularConstraintType; |
| 58947 | } |
| 58948 | /** |
| 58949 | * Return the resolved base constraint of a type variable. The noConstraintType singleton is returned if the |
| 58950 | * type variable has no constraint, and the circularConstraintType singleton is returned if the constraint |
no test coverage detected