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

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