Skip to content

Commit

Permalink
Merge bfe4193 into d694995
Browse files Browse the repository at this point in the history
  • Loading branch information
KubaSzostak committed Aug 23, 2018
2 parents d694995 + bfe4193 commit d0f1970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Enumerables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1415,7 +1415,7 @@ export class ArrayEnumerable<TOut> extends Enumerable<TOut>
{
protected list: List<TOut>;

public constructor(source: TOut[])
public constructor(source: TOut[] = [])
{
super(new ArrayIterator(source));

Expand Down

0 comments on commit d0f1970

Please sign in to comment.