blob: 06ababd8f3dd5897624f052f0996045b17974d7b [file] [log] [blame]
>>>
{
fn(x) { ; }
items.forEach(fn);
}
<<<
{
fn(x) {
;
}
items.forEach(fn);
}