We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a622dd3 commit b27694fCopy full SHA for b27694f
test/copyable_task.jl
@@ -6,7 +6,7 @@ using Libtask: produce
6
function f3(x)
7
g3(x)
8
g3(x, 1; z=2)
9
- g3(x, 1, 2; p=3, q=4)
+ return g3(x, 1, 2; p=3, q=4)
10
end
11
12
0 commit comments