New inference: improved error message for unresolved type
[hiphop-php.git] / hphp / hack / test / typecheck / is_as_no_check_unbound_name.php
blob99f592b3ccfda0f0946ba1ac8e98fff50d8dbbaa
1 <?hh // strict
2 // Copyright 2004-present Facebook. All Rights Reserved.
4 class A<T> {}
6 function f(): void {
7 // This will not produce a 4195 error now
8 3 as B<int>;