You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: implement type checking for trait impl blocks
- Add check_impl_block() method to TypeChecker
- Convert TypedMethodParam to TypedParameter for type checking
- Import CallingConvention and Visibility from type_registry
- Type check each method in impl blocks using existing function checking logic
Impl blocks (TypedTraitImpl) are now properly type checked instead of
showing "declaration type not yet fully implemented" warnings.
0 commit comments