Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DedSec256 committed Nov 8, 2023
1 parent 601f0d0 commit 27e8d65
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,7 @@ let c = ( _ :> obj) """
|> withDiagnostics [
Error 10, Line 2, Col 20, Line 2, Col 21, "Unexpected symbol ')' in expression. Expected '.' or other token."
Error 10, Line 3, Col 13, Line 3, Col 15, "Unexpected symbol ':>' in expression. Expected '.' or other token."
Error 583, Line 3, Col 9, Line 3, Col 10, "Unmatched '('"
Error 10, Line 4, Col 13, Line 4, Col 15, "Unexpected symbol ':>' in expression. Expected '.' or other token."
Error 583, Line 4, Col 9, Line 4, Col 10, "Unmatched '('"]
Error 10, Line 4, Col 13, Line 4, Col 15, "Unexpected symbol ':>' in expression. Expected '.' or other token."]

[<Fact>]
let ``ToString with F# 7`` () =
Expand Down

0 comments on commit 27e8d65

Please sign in to comment.