--TEST-- Type erasure with constructor promotion --FILE-- $widgets, private array $ids, ) {} } $foo = new Foo(new Collection(), [1, 2, 3]); echo "Constructor promotion test passed\n"; ?> --EXPECT-- Constructor promotion test passed