prettier/tests/for/in.js

3 lines
42 B
JavaScript
Raw Normal View History

for ((x in a);;) {}
for (a=(a in b);;) {}