()
| 6400 | } |
| 6401 | |
| 6402 | func (p *Parser) inDisallowConditionalTypesContext() bool { |
| 6403 | return p.contextFlags&ast.NodeFlagsDisallowConditionalTypesContext != 0 |
| 6404 | } |
| 6405 | |
| 6406 | func (p *Parser) inDecoratorContext() bool { |
| 6407 | return p.contextFlags&ast.NodeFlagsDecoratorContext != 0 |
no outgoing calls
no test coverage detected