(head, tail any)
| 23049 | } |
| 23050 | |
| 23051 | func (c *current) onKeyWord1(head, tail any) (any, error) { |
| 23052 | return head.(string) + joinChars(tail), nil |
| 23053 | } |
| 23054 | |
| 23055 | func (p *parser) callonKeyWord1() (any, error) { |
| 23056 | stack := p.vstack[len(p.vstack)-1] |
no test coverage detected