Make Hack type checker produce error when async method is not awaitable
[hiphop-php.git] / hphp / hack / test / dumpsymbolinfo / same_name_args.php
blob4ffa2311d79db26ac1d80702ad1900a7311a27a0
1 <?hh
3 class F {
4 /* FIXME: the arguments to f() and g() should be given different ident
5 * numbers in the test output, but right now they are the same. */
6 public function f($x) {}
7 public function g($x) {}