()
| 1676 | type divideError struct{ Message string } |
| 1677 | |
| 1678 | func (e divideError) Error() string { |
| 1679 | return e.Message |
| 1680 | } |
| 1681 | |
| 1682 | func TestConstExpr_error_as_error(t *testing.T) { |
| 1683 | env := map[string]any{ |
no outgoing calls
no test coverage detected