Commit 9928fd4
committed
Fix #8035: Add missing transformFollowing to VCInlineMethods
VCinline methods rewires function calls and sometimes pulls out the prefix
so the original call becomes a subnode. In that case it has to make sure
that the subnode call is still transformed by the following phases.1 parent 428bddb commit 9928fd4
File tree
2 files changed
+7
-5
lines changed- compiler/src/dotty/tools/dotc/transform
- tests/run
2 files changed
+7
-5
lines changedLines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
74 | | - | |
| 75 | + | |
| 76 | + | |
75 | 77 | | |
76 | 78 | | |
77 | | - | |
| 79 | + | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
0 commit comments