Commit ca5c5c1
committed
Tweak
Technically speaking, we should never be calling
`NameReferenceNode::getLastName` downstream of the `readNameReference`
method. It means while we're looping over each part of the name
reference, we're looking at the last part of the name each time.
This is a subtle correctness thing, there should be no behavior change.isExplicitArrayConstructorInvocation function for correctness1 parent 73ef1c9 commit ca5c5c1
File tree
1 file changed
+2
-2
lines changed- delphi-frontend/src/main/java/au/com/integradev/delphi/symbol/resolve
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
656 | 656 | | |
657 | 657 | | |
658 | 658 | | |
659 | | - | |
| 659 | + | |
660 | 660 | | |
661 | 661 | | |
662 | 662 | | |
| |||
890 | 890 | | |
891 | 891 | | |
892 | 892 | | |
893 | | - | |
| 893 | + | |
894 | 894 | | |
895 | 895 | | |
896 | 896 | | |
| |||
0 commit comments