_greaterThan's error message refers to _equals
(
Bug
,
Closed
->
Fixed
, Priority:
Critical
, Test Status:
No automated tests yet
, Reported By
Justin du Coeur
, )
Errors
Summary:
If you pass mismatched types to
_greaterThan
, the error message refers to
_equals
.
This was discovered in the course of investigating
Need clearer error message when you try to dereference Properties on a primitive Type
.
The bug is stupid: the error message still has
_equals
hard-coded.