Commits
Click on a commit to change the comparison rangefeat(sema): integer explicit conversions
- Added tests
- Follows Solidity 0.8.0+ rules regarding type conversions. Merge branch 'main' into feat/sema_integer_explicit_conversions Merge branch 'main' into feat/sema_integer_explicit_conversions fix: use implicit `IntLiteral` -> `Int/Unit` + update test + bless