New inference: improved error message for unresolved type
[hiphop-php.git] / hphp / hack / test / typecheck / fake_members12.php.exp
blob9d36295d2e9a6993302cfd9311e6b11306fe07ff
1 File "fake_members12.php", line 16, characters 9-16:
2 Invalid argument (Typing[4110])
3 File "fake_members12.php", line 5, characters 14-16:
4 This is an int
5 File "fake_members12.php", line 8, characters 10-13:
6 It is incompatible with a nullable type
7 File "fake_members12.php", line 14, characters 10-14:
8 All the local information about the member x has been invalidated during this call.
9 This is a limitation of the type-checker, use a local if that's the problem.