public function this_class_constructors_declaring_type()
 {
     $type = new TypeMirror(self::class);
     $this->assertEquals($type->parent(), (new Constructor($type))->declaredIn());
 }