Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Add test for generic anonymous functions
Browse files Browse the repository at this point in the history
Part of #108.
  • Loading branch information
lucaswerkmeister committed Jun 11, 2015
1 parent db35589 commit 56f20db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test-samples/higherTypes.ceylon
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ value namedArgsInvocWithFunctionArgWithTypeParam = f {
return t;
}
};
value anonymousGenericFunction = <T>(T t) => t;

0 comments on commit 56f20db

Please sign in to comment.