Skip to content
Snippets Groups Projects
Commit d42439a2 authored by Rafael Ravedutti's avatar Rafael Ravedutti
Browse files

Add children method for Deref


Signed-off-by: default avatarRafael Ravedutti <rafaelravedutti@gmail.com>
parent 3c7f6393
No related merge requests found
......@@ -99,3 +99,6 @@ class Deref(ASTTerm):
def type(self):
return self._var.type()
def children(self):
return [self._var]
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment