NotExpr represents a NOT expression.
| 237 | |
| 238 | // NotExpr represents a NOT expression. |
| 239 | type NotExpr struct { |
| 240 | Expr Expr |
| 241 | |
| 242 | typeAnnotation |
| 243 | } |
| 244 | |
| 245 | func (*NotExpr) operatorExpr() {} |
| 246 |
nothing calls this directly
no outgoing calls
no test coverage detected