Commits
Click on a commit to change the comparison rangefeat(typeck): base constructor argument validation Merge branch 'main' into feature/ctor_args_check fix(resolve): enhance ctor base args validation
- Added checks for cases where empty parentheses are used in inheritance but arguments are provided in the constructor, guiding users to remove unwanted parentheses.
- Updated test ui + bless