Open cartermp opened 5 years ago
Consider this program:
open System [<EntryPoint>] let main argv = let sp = Span<int>.Empty let x = sp.GetType() printfn "%b" x.IsValueType 0 // return an integer exit code
Result:
Expected:
GetType()
Yea, I've been aware of this for a while but never created an issue for it. Should be fairly straightforward to filter out the common functions of an object.
Consider this program:
Result:
Expected:
GetType()
in the completion list (ref: https://github.com/dotnet/roslyn/issues/35178)