mrhappyasthma/MiniJava-Compiler

Test inheritance

Closed this issue · 2 comments

Test inheritance chains

Inheritance for variables is working as of the most recent commit: 0a2f03d

Inheritance for methods is also working as of: dc33821

*Note: This does not include overloading methods. That has its own issue as it is a whole different beast.