public function __construct()

in testData/codeInsight/typeInference/VarOnPromotedProperty.php [6:13]


    public function __construct(
        /** @var A[] */
        public array $a,
        /** @psalm-var B[] */
        public array $b,
        public array $c,
	) {
    }