You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varexpectedDiagnostics=newDiagnosticResult("CS0742",DiagnosticSeverity.Error).WithLocation(12,38).WithMessage("A query body must end with a select clause or a group clause");
newDiagnosticResult("CS0742",DiagnosticSeverity.Error).WithLocation(12,38).WithMessage("A query body must end with a select clause or a group clause"),
441
+
},
442
+
},
443
+
FixedState=
444
+
{
445
+
Sources={fixedTestCode},
446
+
ExpectedDiagnostics=
447
+
{
448
+
newDiagnosticResult("CS0742",DiagnosticSeverity.Error).WithLocation(13,38).WithMessage("A query body must end with a select clause or a group clause"),
0 commit comments