This commit is contained in:
Smaug123
2025-09-17 08:49:23 +01:00
parent c3311bd350
commit e7780dc412
4 changed files with 58 additions and 0 deletions

View File

@@ -301,6 +301,10 @@ module internal CapturingInterfaceMockGenerator =
Type = SynType.app "ResizeArray" [ ty ]
}
|> SynField.make
|> SynField.withDocString (
PreXmlDoc.create
"Additions to this ResizeArray are locked on itself. For maximum safety, lock on this field before reading it."
)
| CallField.ArgsObject (argsObjectName, _, generics) ->
{
Attrs = []