mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Fixed test ambiguity
This commit is contained in:
parent
ed99fb9bdf
commit
af02ae2894
1 changed files with 1 additions and 5 deletions
|
@ -55,13 +55,9 @@ namespace System.Linq
|
|||
}
|
||||
|
||||
|
||||
struct ContainsTest : IEnumerable<int>, IEnumerator<int>
|
||||
struct ContainsTest : IEnumerator<int>
|
||||
{
|
||||
int mState = 0;
|
||||
public Self GetEnumerator()
|
||||
{
|
||||
return this;
|
||||
}
|
||||
|
||||
public Result<int> GetNext() mut
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue