1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-08 16:17:37 +00:00
composer/tests/Composer/Test/Autoload/Fixtures/hhvm3.3/Generics.php
Fred Emmott 23d5e30fbc Add test for Generics class
Already worked, just adding a test.
2015-03-09 11:29:04 -07:00

4 lines
38 B
PHP

<?hh
class GenericsClass<Tk, Tv> {
}