small refactorings
[hiphop-php.git] / hphp / hack / test / hover / xhp_literal_attribute.php
blobf1198171d0f5334acf811c1578d2633bb0584dc5
1 <?hh
3 final class :foo:bar {
4 attribute
5 /**
6 * docs for name
7 */
8 string name;
11 function main(): void {
12 <foo:bar name=""/>;
13 // ^ hover-at-caret