```C# Debug.Assert(recursive.HasAnyErrors); // line 451 ```  I think the assertion is reached before I typed the last character, so it would be `_ = a is ()`.  Tagging @gafter
I think the assertion is reached before I typed the last character, so it would be
_ = a is ().Tagging @gafter