Closed hogoww closed 5 years ago
In ASTCFunctionDefinition
= anotherNode (anotherNode class = self class) ifFalse: [ ^ false ]. self body = anotherNode body ifFalse: [ ^ false ]. ^ true
for example, doesn't check for its Declaration. Super does it. it should be revised to either ask for every IV in the hierarchy OR to use super
Fixed in PR #42
In ASTCFunctionDefinition
for example, doesn't check for its Declaration. Super does it. it should be revised to either ask for every IV in the hierarchy OR to use super