Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.

Commit a87bac5

Browse files
committed
add <<__ConsistentConstruct>>, needed by nightlies
1 parent fd8923d commit a87bac5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BaseCodeBuilder.hack

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ use namespace Facebook\HackCodegen\_Private\Vec as VecP;
1818
* should be used to generate code. For example, Hack code is generated using
1919
* the `HackBuilder` class.
2020
*/
21+
<<__ConsistentConstruct>>
2122
abstract class BaseCodeBuilder {
2223

2324
const string DELIMITER = "\0";

0 commit comments

Comments
 (0)