Description
We need a way to specify an explicit null value via an attribute. Constructors are selected using the names of the arguments present, so we need to specify the null ones. There is currently no way to do this in an xml attribute. This code allows you to put #null in any attribute and we create a property with null for the value.
This patch contains a test case.