New inference: improved error message for unresolved type
[hiphop-php.git] / hphp / hack / test / typecheck / cannot_append.php
blob1b9feebdf8a3365cb6e08afc77f2864fb12a051c
1 <?hh // partial
3 function foo(dict<int, string> $x): void {
4 $x[] = "hello";