Improve error reporting APIs for full-fidelity parser.
[hiphop-php.git] / hphp / hack / test / full_fidelity / cases / test_object_creation_errors.exp
blobdbbbf7f8a666ca12f44f7b86d58ee2154660fbf7
1 (3,7)-(3,15) A constructor initializing an object must be passed a (possibly empty) list of arguments. Did you mean 'new Point()'?
2 (5,7)-(5,15) A constructor initializing an object must be passed a (possibly empty) list of arguments. Did you mean 'new Point()'?
3 (5,17)-(5,17) A semicolon is expected here.
4 (5,19)-(5,19) A semicolon is expected here.
5 (5,21)-(5,21) An expression is expected here.
6 (5,21)-(5,23) Encountered unexpected token '34'.
7 (7,7)-(7,38) A constructor initializing an object must be passed a (possibly empty) list of arguments. Did you mean 'new RReeaallllyyLLoonnggNNaammee()'?