| 5 | ) |
| 6 | |
| 7 | type astParenthesis struct { |
| 8 | Value BooleanNode |
| 9 | } |
| 10 | |
| 11 | // BoolParenthesis wraps the given boolean node in parens. |
| 12 | // This is useful for grouping and avoiding ambiguity. This does not work for |
nothing calls this directly
no outgoing calls
no test coverage detected