Commit c37bdf5
committed
Add test case for DIM BYREF bug #822 (fixed by a821ef5/3cc22e22)
git bisect showed that a821ef5 already fixed this indirectly,
by showing the following error message:
Local symbols can't be referenced in 'Dim Byref As UDT1 UDT2.ru1 = u1'
now since 3cc22e2 another error is shown:
Expected constant in 'Dim Byref As UDT1 UDT2.ru1 = u1'1 parent 3cc22e2 commit c37bdf5
2 files changed
+15
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments