Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DedSec256 committed Nov 13, 2023
1 parent 6a48320 commit 1e60265
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,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 1e60265

Please sign in to comment.