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
var x = new int[] { 10, 30, 4 };
var target = new Interpreter()
.Reference(typeof(System.Linq.Enumerable))
.SetVariable("x", x);
Assert.AreEqual(x.Count(), target.Eval("x.Count()"));
The text was updated successfully, but these errors were encountered:
It should be possible to write:
The text was updated successfully, but these errors were encountered: