Allow abstract classes in the runtime
commit602ebd552c04f5bd2f795befaf10b039306c1f70
authorOguz Ulgen <oulgen@fb.com>
Fri, 24 May 2019 21:07:28 +0000 (24 14:07 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Fri, 24 May 2019 21:11:20 +0000 (24 14:11 -0700)
tree0dd50b8a0412ace7f5a26e4d354cbb1e4d53bc7e
parent8a86881ca286c117647eac5debe0db5ba1b7a797
Allow abstract classes in the runtime

Reviewed By: vassilmladenov

Differential Revision: D15496195

fbshipit-source-id: a1bdad045c81ce708509e38f7cc1b4fb98e11d53
hphp/hack/src/hhbc/emit_class.ml
hphp/test/slow/reified_generics/abstract-class-1.php [new file with mode: 0644]
hphp/test/slow/reified_generics/abstract-class-1.php.expect [new file with mode: 0644]
hphp/test/slow/reified_generics/abstract-class-2.php [new file with mode: 0644]
hphp/test/slow/reified_generics/abstract-class-2.php.expectf [new file with mode: 0644]
hphp/test/slow/reified_generics/abstract-class-3.php [new file with mode: 0644]
hphp/test/slow/reified_generics/abstract-class-3.php.expect [new file with mode: 0644]
hphp/test/slow/reified_generics/abstract-class-4.php [new file with mode: 0644]
hphp/test/slow/reified_generics/abstract-class-4.php.expect [new file with mode: 0644]