Support rendering | null
syntax for nullable values in tooltips
#2513
Annotations
2 errors
Run and report tests
Should have a signature of 'val testIWSAMTest:
unit
-> Result<string | null,'e> (requires :> IWSAMTest<'e>)'. String does not match at position 49. Expected char: ' ', but got ','.
---------- Expected: ------------------
val testIWSAMTest:
unit
-> Result<string | null,'e> (requires :> IWSAMTest<'e>)
---------- Actual: --------------------
val testIWSAMTest:
unit
-> Result<string,'e> (requires :> IWSAMTest<'e>)
at [email protected](FSharpResult`2 _arg6) in /home/runner/work/FsAutoComplete/FsAutoComplete/test/FsAutoComplete.Tests.Lsp/CoreTests.fs:line 388
at Microsoft.FSharp.Control.AsyncPrimitives.CallThenInvokeNoHijackCheck[a,b](AsyncActivation`1 ctxt, b result1, FSharpFunc`2 userCode) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 528
at <StartupCode$FSharp-Core>[email protected](Unit unitVar0) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 1468
at Microsoft.FSharp.Control.Trampoline.Execute(FSharpFunc`2 firstAction) in D:\a\_work\1\s\src\FSharp.Core\async.fs:line 112
--- End of stack trace from previous location ---
|
Run and report tests
Process completed with exit code 1.
|
Loading