Add compatiblity for constructor property promotions #70
Open
Description
Add the moment i'm busy with adding constructor promotion properties to Magento Open Source, see:
magento/magento2#37032
magento/magento2#37037
magento/magento2#37040
and 20 others.
But i'm having the following issue at the moment:
See the code of this Pull Request: magento/magento2#37038
See the code of this Pull Request: magento/magento2#37037
It looks like in some cases it does not recognize some of the property promotions that i've used.
To me it looks like it's not supported. Could someone help me resolve this issue?