``` from decimal import Decimal max(1, Decimal(2)) ``` error: Value of type variable "SupportsLessThanT" of "max" cannot be "object" I would expect this to pass.