Add tests for not virtualized functions
[hiphop-php.git] / hphp / hack / test / typecheck / expression_trees_not_virtualize_functions / mismatched_types.php
blob03acfa6b4521648d654075cb7dfe94d7184c6880
1 <?hh
3 <<file:__EnableUnstableFeatures('expression_trees')>>
5 function test(): void {
6 $_ = ExampleDsl`() ==> {
7 $x = "hello";
8 $x + 1;
9 }`;