(left, right)
| 79229 | return ts.Debug.fail(); |
| 79230 | } |
| 79231 | function bothAreBigIntLike(left, right) { |
| 79232 | return isTypeAssignableToKind(left, 2112 /* TypeFlags.BigIntLike */) && isTypeAssignableToKind(right, 2112 /* TypeFlags.BigIntLike */); |
| 79233 | } |
| 79234 | function checkAssignmentDeclaration(kind, rightType) { |
| 79235 | if (kind === 2 /* AssignmentDeclarationKind.ModuleExports */) { |
| 79236 | for (var _i = 0, _a = getPropertiesOfObjectType(rightType); _i < _a.length; _i++) { |
no test coverage detected