test: add super call tests for arity dispatch and missing method errors
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.
This commit is contained in:
@@ -16,5 +16,4 @@ class Derived is Base {
|
||||
// expect: Base.foo
|
||||
|
||||
// TODO: Super operator calls.
|
||||
// TODO: Super where there is no inherited method.
|
||||
// TODO: Super setter calls.
|
||||
|
||||
Reference in New Issue
Block a user