type 'int' is not a subtype of type 'double?' #56913
Labels
closed-as-intended
Closed as the reported issue is expected behavior
type-question
A question about expected behavior or functionality
This usually happens when an API response or data processing step returns an int value, but my model or function is expecting a double?.
When a double variable is assigned an int value, implicit conversion from int to double is possible. However, the mentioned error occurs in this case.
The text was updated successfully, but these errors were encountered: