1
0
Fork 0
composer/tests/Composer/Test/Autoload/Fixtures/hhvm3.3/Generics.php

5 lines
38 B
PHP
Raw Normal View History

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