Add tests for not virtualized functions
[hiphop-php.git] / hphp / hack / test / typecheck / expression_trees_not_virtualize_functions / invalid_call2.php.exp
blob4715caf962e7a20c459de79657fcc33281ed687c
1 File "invalid_call2.php", line 15, characters 5-15:
2 Only classnames and variables are allowed before `::`. (Parsing[1002])
3 File "invalid_call2.php", line 15, characters 5-22:
4 Expression trees only support function calls and static method calls on named classes. (Parsing[1002])