-
Notifications
You must be signed in to change notification settings - Fork 852
Closed
Labels
Area-LangService-APIBugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.
Description
In the following code this error is raised only on FileStream, FileMode and Append:
module M
open System
let xy = new System.IO.FileStream("", IO.FileMode.Append)
let z: System.IDisposable = null
let _ = { new System.IDisposable with
member this.Dispose(): unit =
raise (System.NotImplementedException()) }I've examined the spans we return to Roslyn and they look good. No idea what's happening here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-LangService-APIBugImpact-Medium(Internal MS Team use only) Describes an issue with moderate impact on existing code.(Internal MS Team use only) Describes an issue with moderate impact on existing code.
