Get rid of unused DUP instruction.
This commit is contained in:
@@ -15,9 +15,6 @@ class Derived is Base {
|
||||
// expect: Derived.bar
|
||||
// expect: Base.foo
|
||||
|
||||
// TODO: Super constructor calls.
|
||||
// TODO: Super operator calls.
|
||||
// TODO: Calling super outside of a class.
|
||||
// TODO: Super calls inside nested functions in methods.
|
||||
// TODO: Super where there is no inherited method.
|
||||
// TODO: Super setter calls.
|
||||
|
||||
Reference in New Issue
Block a user