Relax arg checking strictness (#123)

This commit is contained in:
Patrick Stevens
2024-04-16 22:47:06 +01:00
committed by GitHub
parent f7458f521e
commit 232d2ba5ec
3 changed files with 14 additions and 3 deletions

View File

@@ -188,7 +188,7 @@ type internal TypeWithInterfaceMock =
{
/// Implementation of IDisposable.Dispose
Dispose : unit -> unit
Mem1 : int -> string
Mem1 : string option -> string[] Async
}
/// An implementation where every method throws.