diff --git a/test-samples/higherTypes.ceylon b/test-samples/higherTypes.ceylon index 859323a..c3238c1 100644 --- a/test-samples/higherTypes.ceylon +++ b/test-samples/higherTypes.ceylon @@ -8,3 +8,4 @@ value namedArgsInvocWithFunctionArgWithTypeParam = f { return t; } }; +value anonymousGenericFunction = (T t) => t;