in src/definitions/ScannedTypeConstant.hack [15:30]
public function __construct(
HHAST\Node $ast,
string $name,
self::TContext $context,
?string $docblock,
private ?ScannedTypehint $value,
private AbstractnessToken $abstractness,
) {
parent::__construct(
$ast,
$name,
$context,
/* attributes = */ dict[],
$docblock,
);
}