Skip to content

Commit

Permalink
Update src/Compiler/Checking/CheckPatterns.fs
Browse files Browse the repository at this point in the history
Co-authored-by: Tomas Grosup <tomasgrosup@microsoft.com>
  • Loading branch information
edgarfgp and T-Gro authored Nov 2, 2024
1 parent fbcf91f commit 698e3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Compiler/Checking/CheckPatterns.fs
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ and TcPatLongIdent warnOnUpper cenv env ad valReprInfo vFlags (patEnv: TcPatLine

TcPatLongIdentActivePatternCase warnOnUpper cenv env vFlags patEnv ty (mLongId, item, apref, args, m)

| Item.UnionCase _ | Item.ExnCase _ as item ->
| Item.UnionCase _ | Item.ExnCase _ as item ->
TcPatLongIdentUnionCaseOrExnCase warnOnUpper cenv env ad vFlags patEnv ty (mLongId, item, args, m)

| Item.ILField finfo ->
Expand Down

0 comments on commit 698e3f2

Please sign in to comment.