Support more places for numeric conversions
Open
area:compiler
area:standard-support
kind:feature
status:help-wanted
- Dominant language
- C#
- Stars
- 451
- Forks
- 49
- Avg merge
- 13h 59m
- Merged PRs (30d)
- 6
Description
From #157:
> Arithmetic conversions currently work only in mathematical and bitwise binary operators. There are several more places in the language where values are also promoted, e.g. assignment and function invocation. This logic should be moved to `CastExpression` later to reuse it for explicit and implicit casts.
Contributor guide
Assessment
This issue has not been assessed yet.