Skip to content

Commit d2183e2

Browse files
committed
Fix 823 (2)
1 parent 696e00b commit d2183e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fsharp/core/libtest/test.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5664,7 +5664,7 @@ module Regression_139182 =
56645664

56655665
module LittleTestFor823 =
56665666
let x, y = 1, 2
5667-
let v = Some (x = y, x = x)
5667+
let v = Some ((x = y), (x = x))
56685668

56695669
(*---------------------------------------------------------------------------
56705670
!* wrap up

0 commit comments

Comments
 (0)