summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/for-of/bug-728079-js17-4.js
blob: 18c08b7cc2b6319b4cda7a8cf782eb6dfce23bac (plain)
1
2
3
4
// Test case from bug 785989 comment 3.

version(170);
Reflect.parse("for (let [a, b] of c) ;");