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
using Example = System.ValueTuple<System.Collections.List, int>;
225
+
";
226
+
227
+
varexpected=this.CSharpCompilerError("CS0234").WithLocation(2,54).WithMessage("The type or namespace name 'List' does not exist in the namespace 'System.Collections' (are you missing an assembly reference?)");
0 commit comments