More tests for super calls.

This commit is contained in:
Bob Nystrom
2014-04-19 11:51:36 -07:00
parent 48dab5323d
commit 09c707e16a
3 changed files with 27 additions and 1 deletions
-1
View File
@@ -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.