Add test cases for super calls with different argument arities to verify correct method dispatch to the superclass. Also add a test for runtime error when calling a non-existent superclass method, and remove the TODO comment for that case.
Add test cases for super calls with different argument arities to verify correct method dispatch to the superclass. Also add a test for runtime error when calling a non-existent superclass method, and remove the TODO comment for that case.