Varibles in diamond operator are not recongnized.
Open
- Dominant language
- Perl
- Stars
- 7
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
As title. For that reason, the rule RemoveUnusedVariables would removes `$fh` from the open statement in the following code
```
open my $fh, "<", "foo.txt";
while(<$fh>) {
...
}
```
Contributor guide
Assessment
This issue has not been assessed yet.