(func)
| 31917 | return doInsideOfContext(65536 /* NodeFlags.DisallowConditionalTypesContext */, func); |
| 31918 | } |
| 31919 | function doInYieldContext(func) { |
| 31920 | return doInsideOfContext(8192 /* NodeFlags.YieldContext */, func); |
| 31921 | } |
| 31922 | function doInDecoratorContext(func) { |
| 31923 | return doInsideOfContext(16384 /* NodeFlags.DecoratorContext */, func); |
| 31924 | } |
no test coverage detected