add implicit type casting #1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
i32 values can be return values for i64, or, this:
should compile correctly.
doing a check for "if i32 is superset of i64" tackles the issue at an analysis level, but not at a codegen level. we must cast the i32 into an i64 with the i32 value when wanted.