v0.0-633-gded8ad5: PR #501: For initialization list extraction
Fix to unreported issues:
```
module m(bit [x,y] port_name [x, y]);
```
and
```
for(int i = 0, j = k, .... );
```
Extracts facts for `x`, `y` in module ports.
Extracts facts for `i`, `j` as definitions and `k` as reference.
GitHub PR https://github.com/google/verible/pull/501
Copybara import of the project:
- 4c81e1232d2b6af82d0bf0556f217ff5552c1513 Check Point by MinaToma <[email protected]>
- e499ac880f3afc070efaaceccd80a2ba2711a200 For initializations by MinaToma <[email protected]>
- 22e2ab0ab347320265497c000b7d6f9b63178ba7 Tests by MinaToma <[email protected]>
- 8185c85192e889e3057eb2ce60aec20f8e043ad6 added test case by MinaToma <[email protected]>
- b864d98e839891254e3c6e259a3989cc219672a8 Merge 8185c85192e889e3057eb2ce60aec20f8e043ad6 into 9e360... by Mina Toma <[email protected]>
Closes #501
PiperOrigin-RevId: 333663897