diff --git a/ix.js/l2o-tests.ts b/ix.js/l2o-tests.ts index 1440faf85a..41cc7bdc49 100644 --- a/ix.js/l2o-tests.ts +++ b/ix.js/l2o-tests.ts @@ -42,6 +42,7 @@ ax.aggregate("", (acc, i) => acc + i); ax.aggregate((acc, i) => acc + i); //ax.reduce((acc, i) => acc + i, 100); // bug: https://typescript.codeplex.com/workitem/1960 +ax.reduce((acc, i) => acc + i, 100); ax.reduce((acc, i) => acc + i); ax.all(item => true);