Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Commit aa5cc13

Browse files
committed
Merge pull request #150 from simonwelsh/patch-2
Mark callable as a FIXME
2 parents bda5586 + 60a4141 commit aa5cc13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/AttributesTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ protected function render(): XHPRoot {
4141

4242
class :test:callable-attribute extends :x:element {
4343
attribute
44+
/* HH_FIXME[2049]: callable is an invalid Hack type */
4445
callable foo; // unsupported in 2.0+
4546
protected function render(): XHPRoot {
4647
$x = $this->getAttribute('foo');

0 commit comments

Comments
 (0)