You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Compiler/TypedTree/TypedTree.fs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4298,7 +4298,7 @@ type AnonRecdTypeInfo =
4298
4298
4299
4299
/// Get the ILTypeRef for the generated type implied by the anonymous type
4300
4300
memberx.ILTypeRef=
4301
-
letilTypeName= sprintf "<>f__AnonymousType%s%u`%d"(match x.TupInfo with TupInfo.Const b ->if b then"1000"else"")(uint32 x.Stamp) x.SortedIds.Length
4301
+
letilTypeName= sprintf "<>f__AnonymousType%s%u`%d"(match x.TupInfo with TupInfo.Const b ->if b then"1000"else"")(uint32 x.IlTypeName) x.SortedIds.Length
0 commit comments