Files
Kmake/test/fixtures/syntax/illegal_if_not_wrapped.js
2026-05-26 23:36:42 -07:00

4 lines
24 B
JavaScript

if (true) {
return;
}