CFG: methods are evaluated before their arguments

This commit is contained in:
Arthur Baars
2020-12-16 14:53:43 +01:00
parent 81c907a87a
commit d016e3cae0
2 changed files with 390 additions and 390 deletions

View File

@@ -317,9 +317,9 @@ module Trees {
final override AstNode getChildNode(int i) {
result = this.getReceiver() and i = 0
or
result = this.getArguments() and i = 1
result = this.getMethod() and i = 1
or
result = this.getMethod() and i = 2
result = this.getArguments() and i = 2
}
}

File diff suppressed because it is too large Load Diff