packages feed

hjs-0.2: testsuite/parsingonly/06_callexpr.js

// Different sorts of call expressions

bob()
bob(1)(2,3)
bob().mary
bob()[1]
bob(11)[2][3]
bob(mary())