Add test for reified class extending a non-reified abstract parent class
commit55c3fb098b3022ead9ecaac4c951aa4aecdf4c57
authorMichael Christensen <mchristensen@fb.com>
Tue, 2 Aug 2022 17:15:17 +0000 (2 10:15 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 2 Aug 2022 17:15:17 +0000 (2 10:15 -0700)
treea502b2afa0514c842001354451a11bd618461a9d
parentf57e6adfc5de93dce8529c796920bde64502970b
Add test for reified class extending a non-reified abstract parent class

Summary: We should test for reified classes extending non-reified abstract classes (for both cases where the parent has regular generics and doesn't have generics at all).

Reviewed By: ricklavoie

Differential Revision: D38321695

fbshipit-source-id: 54fd98602ed402404076c63f7d0bc4b117650f62
hphp/test/slow/reified-generics/abstract-class-5.php [new file with mode: 0644]
hphp/test/slow/reified-generics/abstract-class-5.php.expect [new file with mode: 0644]
hphp/test/slow/reified-generics/abstract-class-6.php [new file with mode: 0644]
hphp/test/slow/reified-generics/abstract-class-6.php.expect [new file with mode: 0644]
hphp/test/slow/reified-generics/reified-abstract-parent-regular-generic-child.php [new file with mode: 0644]
hphp/test/slow/reified-generics/reified-abstract-parent-regular-generic-child.php.expect [new file with mode: 0644]
hphp/test/slow/reified-generics/reified-parent-regular-generic-child.php [new file with mode: 0644]
hphp/test/slow/reified-generics/reified-parent-regular-generic-child.php.expect [new file with mode: 0644]