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 d6e6e77 commit 05416bcCopy full SHA for 05416bc
tests/bug999.js
@@ -0,0 +1,3 @@
1
+function* f(r){ return r } // must return r
2
+[...f({})]
3
+
0 commit comments