1
1
mirror of https://github.com/github/semantic.git synced 2024-12-02 02:08:48 +03:00
semantic/test/fixtures/javascript/break.B.js
2017-02-23 09:55:30 -08:00

2 lines
59 B
JavaScript

for (i = 0; i < 10; i++) { if (i === 4) { continue; }; i }