New inference: improved error message for unresolved type
[hiphop-php.git] / hphp / hack / test / typecheck / call_user_func_array.php
blobb1d34732d6e831ea0b55709add43811de503b082
1 <?hh // partial
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 test(): void {
13 call_user_func(array('my_object', 'my_method'));