Add tests for not virtualized functions
[hiphop-php.git] / hphp / hack / test / typecheck / expression_trees_not_virtualize_functions / lambda_call.php
blobfbabe47e2ef3ed8e08ca5db25a82ad66a6832bd9
1 <?hh
3 <<file:__EnableUnstableFeatures('expression_trees')>>
5 function foo(): void {
6 ExampleDsl`((ExampleInt $_): ExampleString ==> { return "Hello"; })(4)`;