-
Notifications
You must be signed in to change notification settings - Fork 832
Closed
Labels
Area-Compiler-Syntaxlexfilter, indentation and parsinglexfilter, indentation and parsingBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.(Internal MS Team use only) Describes an issue with limited impact on existing code.
Milestone
Description
This code produces an error only in the second case:
open System.IO
let stream1 = new MemoryStream 42
let capacity = 42
let stream2 = new MemoryStream capacityNote there is no error if new is unused (there are legitimate warnings though):
We need to decide what to do about that before addressing this ticket - basically either fix the parser or the code fix.
auduchinok
Metadata
Metadata
Assignees
Labels
Area-Compiler-Syntaxlexfilter, indentation and parsinglexfilter, indentation and parsingBugImpact-Low(Internal MS Team use only) Describes an issue with limited impact on existing code.(Internal MS Team use only) Describes an issue with limited impact on existing code.

