Fix Ast.Plus from being converted to Ast.Minus
[hiphop-php.git] / hphp / hack / test / tast / arith_plus.php
blobe310be0cd16da5dea384a0902caa1fde9d28b932
1 <?hh // strict
3 function f(int $x): int {
4 return $x + 3;