New inference: improved error message for unresolved type
[hiphop-php.git] / hphp / hack / test / typecheck / error_messages / sum_dynamic.php
blobc2f980c4f3a08519520162451ef36aa50a908697
1 <?hh // strict
3 function foo(dynamic $d): string {
4 return $d + $d;