Error on self::class on non final classes
[hiphop-php.git] / hphp / hack / test / typecheck / namespace_implements1.php
blob9ec3be3fae77deca6332bc3efbe5d66c29c07180
1 <?hh // strict
3 namespace T1 {
4 interface I {}
7 namespace T2 {
8 class A implements \T1\I {}