Demote option mixed/null error to a lint
[hiphop-php.git] / hphp / hack / test / lint / redundant_option_mixed_expression_trees.php
blob03977a7058c96bda4997de3c84e7ff19448911e0
1 <?hh
3 <<file:__EnableUnstableFeatures('expression_trees')>>
5 function redundant_option_mixed_expression_trees(): void {
6 ExampleDsl`(?mixed $x) ==> {}`;