2021-11-23 18:23:57 +01:00
|
|
|
foreach (($array as vec[]) as $item) {}
|
2023-12-24 12:52:21 +01:00
|
|
|
// ^ @repeat
|
|
|
|
|
// ^ @type
|
2021-11-23 18:23:57 +01:00
|
|
|
|
|
|
|
|
# Our expectation test for the code below intentionally includes an ERROR.
|
|
|
|
|
foreach ($array as vec[] as $item) {}
|