Get rid of unused DUP instruction.

This commit is contained in:
Bob Nystrom
2013-12-23 11:37:47 -08:00
parent 9235a7e38f
commit 1503e74233
5 changed files with 8 additions and 40 deletions
-3
View File
@@ -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.