packages feed

hjs-0.2: testsuite/parsingonly/02_semicolon.js

// Automatic semi-colon insertion

{ 1
2 } 3

return
a + b

a = b
//--c - Fails

//a = (b + c)
d + e.print