Julien Couvreur

Results 152 comments of Julien Couvreur

> CompileAndVerify(comp, expectedOutput: ExpectedOutput("ran"), verify: Verification.Skipped).VerifyDiagnostics(); Thanks. Will PROTOTYPE for follow-up --- In reply to: [3644360564](https://github.com/dotnet/roslyn/pull/81607#issuecomment-3644360564) [](http://example.com/codeflow?ancestors=3644360564) --- Refers to: src/Compilers/CSharp/Test/CSharp15/ExtensionIndexersTests.cs:4874 in f504f6e. [](commit_id = f504f6e6de42a4f46019b92ab8913e3be6c2920e, deletion_comment = False)

A few thoughts: 1. this behavior already exists with enumerables (see example below) but I can see how this sort of situation would be more common with async-enumerables 2. clearing...