Skip to content
Snippets Groups Projects
Commit f251f078 authored by Xun Yang's avatar Xun Yang
Browse files

revert back to False

parent e58ae196
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ class NameNode(ASTNode):
# checking if the next ID is a static field in the class/interface
if index+1 >= len(self.IDs):
return True
return False
# if the next field is not a method inovocation
# (it could only be a method invocation if self.methodinvoke is true and the next field is the last element in the compID)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment