Can't use listname(value) in a function with listname as parameter
Open
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 540
- PR merge metrics
- No merged PRs in 30d
Description
...because the compiler assumes it's a mislabelled divert target.
```
LIST someList = lemons, bananas
=== function operateOnList(listName)
~ temp x = listName(1)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.