fsharp
fsharp copied to clipboard
Extra code completion items in short lambda
type R =
{ Field: int }
member this.P = 1
let i = 1
let r: R = Unchecked.defaultof<_>
[r] |> List.map _.
There're unexpected i and r items in the code completion popup: