packages feed

hjsmin-0.1.4: test/parsingonly/06_callexpr.js

// Different sorts of call expressions

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