This commit is contained in:
Bob Nystrom
2013-12-20 07:05:31 -08:00
parent 61e745d548
commit e83d0bb360
11 changed files with 199 additions and 82 deletions
+1
View File
@@ -20,3 +20,4 @@ class Derived is Base {
// 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.