Updating submodules
[hiphop-php.git] / hphp / hack / test / hover / class_attribute.php
blobe20cef08eba6a23e89b863fa5cb3b1800468e4fc
1 <?hh
3 // I am a comment on MyAttribute.
4 class MyAttribute implements HH\ClassAttribute {
7 <<MyAttribute>>
8 // ^ hover-at-caret
9 class Foo {
10 public function bar(): int { return 0; }