Handle this typehints
[hiphop-php.git] / hphp / test / quick / builtin_extension_DOMDocumentFragment.php
blob781a17299462b78b0ef8a058f916bab730ba7cee
1 <?hh
3 include __DIR__."/builtin_extensions.inc";
5 class A_DOMDocumentFragment extends DOMDocumentFragment {
6 public $___x;
8 test("DOMDocumentFragment");