Updating submodules
[hiphop-php.git] / hphp / hack / test / typecheck / typedef_bad_error_message.php
blob6251dd4ebbc77f6033bf702aa155f59568340168
1 <?hh
3 type Blah<T> = Vector<T>;
5 function f(): Blah<int> {
6 return Vector { 'hi' };