summaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/linear/fail_lambda_arg.yql
blob: 5b023f1391313345a2e7b4361190b96f3163c67f (plain) (blame)
1
2
/* custom error: An argument of a lambda should not be a linear type */
select FromMutDict(ListFold([1,2],ToMutDict({1:2},0),($_,$x)->($x)))