()
| 6396 | } |
| 6397 | |
| 6398 | func (p *Parser) inDisallowInContext() bool { |
| 6399 | return p.contextFlags&ast.NodeFlagsDisallowInContext != 0 |
| 6400 | } |
| 6401 | |
| 6402 | func (p *Parser) inDisallowConditionalTypesContext() bool { |
| 6403 | return p.contextFlags&ast.NodeFlagsDisallowConditionalTypesContext != 0 |
no outgoing calls
no test coverage detected