Add position metadata to desugaring
[hiphop-php.git] / hphp / hack / test / error_formatting / messages_same_line.php.exp
blob10e3986dbedb4e31e2ad36258fd096652a6f3866
1 Typing[4030] Was expecting a return type hint
2 --> messages_same_line.php
3 3 | function foo(): void {} function bar() { foo(1); }
4 | ^^^
6 Typing[4105] Too many arguments (expected 0 but got 1)
7 --> messages_same_line.php
8 3 | function foo(): void {} function bar() { foo(1); }
9 | ^^^^^^
10 | ^^^ Definition is here
12 2 errors found.