Attempt to upgrade values to any
leads to unreachable code being executed.
#394
Labels
Milestone
any
leads to unreachable code being executed.
#394
Example:
The type inference (correctly) infers the type of
values
should beinteger
. However it does not complain, that there is currently no support for casting integers intoany
, eventually reaching unreachable code.The text was updated successfully, but these errors were encountered: