Updating submodules
[hiphop-php.git] / hphp / hack / test / typecheck / construct_extends_php.php.exp
blob9dd5a869fa5b0682c60dcd8e7d8fe50a49b6dbb2
1 ERROR: File "construct_extends_php.php", line 12, characters 23-26:
2 Unbound name: `Base` (an object type) (Naming[2049])
3 ERROR: File "construct_extends_php.php", line 16, characters 7-13:
4 This constructor expects no argument (Typing[4012])
5 ERROR: File "construct_extends_php.php", line 16, characters 19-22:
6 You are trying to access the method `test` but this is an int (Typing[4062])
7 File "construct_extends_php.php", line 15, characters 14-16:
8 Definition is here