(type)
| 67834 | return result; |
| 67835 | } |
| 67836 | function getWidenedType(type) { |
| 67837 | return getWidenedTypeWithContext(type, /*context*/ undefined); |
| 67838 | } |
| 67839 | function getWidenedTypeWithContext(type, context) { |
| 67840 | if (ts.getObjectFlags(type) & 196608 /* ObjectFlags.RequiresWidening */) { |
| 67841 | if (context === undefined && type.widened) { |
no test coverage detected