Billy

Results 2 comments of Billy

When i write it out manually, things work as expected: ``` @resumable function F2() @yield 2 for i in F1() @yield i end @yield 4 end julia> collect(F2()) 4-element Array{Any,1}:...