-
Notifications
You must be signed in to change notification settings - Fork 830
Closed
Labels
Area-LangService-HintsF# hints inspired by C# inline hintsF# hints inspired by C# inline hintsBugImpact-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.good first issue
Milestone
Description
fsharp/tests/FSharp.Compiler.ComponentTests/FSharpChecker/CommonWorkflows.fs
Lines 19 to 24 in 55c1766
| makeTestProject().Workflow { | |
| updateFile "First" breakDependentFiles | |
| checkFile "First" expectSignatureChanged | |
| saveFile "First" | |
| checkFile "Second" expectErrors | |
| } |
CE definition:
| type ProjectWorkflowBuilder(initialProject: SyntheticProject, ?checker: FSharpChecker) = |
Expected behavior
updateFile fileId = "First" processFile = BreakDependentFiles
Actual behavior
Hints are shifted by once because of the first parameter which is not shown
Metadata
Metadata
Assignees
Labels
Area-LangService-HintsF# hints inspired by C# inline hintsF# hints inspired by C# inline hintsBugImpact-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.good first issue
Type
Projects
Status
Done
