Skip to content

Commit

Permalink
Update tests/FSharp.Compiler.ComponentTests/Language/DotLambdaTests.fs
Browse files Browse the repository at this point in the history
Co-authored-by: Petr <psfinaki@users.noreply.github.com>
  • Loading branch information
edgarfgp and psfinaki committed Apr 26, 2024
1 parent 0860ff2 commit d787f94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ type MyId =
let onlyIdA (ids: MyId list) = ids |> List.choose _.IdA
let onlyIdX (ids: MyId list) = ids |> List.choose _.IdX
let onlyIdD (ids: MyId list) = ids |> List.choose _.IdC
let onlyIdC (ids: MyId list) = ids |> List.choose _.IdC
"""
|> typecheck
|> shouldFail
Expand Down

0 comments on commit d787f94

Please sign in to comment.