Wrong warning "This qualifier is redundant"
Open
Area-Diagnostics
Bug
Impact-Low
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 144
Description
**Repro steps**
```
type A = {m: int list}
let f x = []
let g a =
let m = f a.m
a.m.Length
```
For the `a` in the last line of the above code, FSAC shows a warning "This qualifier is redundant".
**Expected behavior**
No warning, the qualifier is necessary.
Contributor guide
Assessment
This issue has not been assessed yet.