Error on self::class on non final classes
[hiphop-php.git] / hphp / hack / test / typecheck / typedef16.php
blobe140873af123e2325fd794a91f07b2f7b0cb4f91
1 <?hh // strict
3 type V<T> = Vector<T>;
4 type Matrix = V<V<int>>;