Disallow reifying variables
commit66975022f3250cb308ef391be40cc7c49b3ff143
authorOguz Ulgen <oulgen@fb.com>
Wed, 10 Oct 2018 17:17:26 +0000 (10 10:17 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Wed, 10 Oct 2018 17:27:31 +0000 (10 10:27 -0700)
tree0fd1d01c2a10ff3c6407adf418c6fda51078820d
parent40d7f6ae9242f91eeb7c4ceeff9458bb9862dab8
Disallow reifying variables

Summary:
We do not want to allow

```
C::$f<reified int>
```
This will be allowed through `class_meth<reified int>(...)` later.

Reviewed By: jamesjwu

Differential Revision: D10275415

fbshipit-source-id: 126f0bc94bef2177d44edd319f51292897538d44
hphp/hack/src/parser/full_fidelity_parser_errors.ml
hphp/test/slow/reified_generics/class-method-access.php.expect [deleted file]
hphp/test/slow/reified_generics/class-method-access.php.expectf [new file with mode: 0644]