We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6db431a commit 3f97dc0Copy full SHA for 3f97dc0
src/fsharp/tc.fs
@@ -13961,6 +13961,7 @@ module EstablishTypeDefinitionCores = begin
13961
noAllowNullLiteralAttributeCheck()
13962
TcRecdUnionAndEnumDeclarations.CheckUnionCaseName cenv unionCaseName.idText unionCaseName.idRange
13963
let unionCase = NewUnionCase unionCaseName unionCaseName.idText [] thisTy [] XmlDoc.Empty tycon.Accessibility
13964
+ writeFakeUnionCtorsToSink [ unionCase ]
13965
MakeUnionRepr [ unionCase ], None, NoSafeInitInfo
13966
13967
| SynTypeDefnSimpleRepr.TypeAbbrev(ParserDetail.ThereWereSignificantParseErrorsSoDoNotTypecheckThisNode, _rhsType,_) ->
0 commit comments