No error on use of `unsafe_cast`
[hiphop-php.git] / hphp / hack / test / typecheck / typing_numeric.php
blob31ae96276fc232e6bbf3054dd154d2bb656e3a74
1 <?hh // strict
2 /**
3 * Copyright (c) 2014, Facebook, Inc.
4 * All rights reserved.
6 * This source code is licensed under the MIT license found in the
7 * LICENSE file in the "hack" directory of this source tree.
12 function f1(int $x, int $y): float {
13 return $x / $y;