()
| 31944 | return inContext(4096 /* NodeFlags.DisallowInContext */); |
| 31945 | } |
| 31946 | function inDisallowConditionalTypesContext() { |
| 31947 | return inContext(65536 /* NodeFlags.DisallowConditionalTypesContext */); |
| 31948 | } |
| 31949 | function inDecoratorContext() { |
| 31950 | return inContext(16384 /* NodeFlags.DecoratorContext */); |
| 31951 | } |
no test coverage detected