pub fn check_method_safety_contracts(
class: &Class,
interfaces: &HashMap<String, Class>,
) -> Vec<String>Expand description
Check that method implementations honor interface method safety contracts
This handles both:
- Explicit annotations - must match the interface
- Implicit inheritance - inherits from interface