void function(Colour c = Colour.white) f;<div><br></div><div>f.stringof == "void function(Colour c = white)"</div><div><br></div><div>Error: undefined identifier 'white'</div><div><br></div><div><br></div>
<div>This is rather hard to work-around. It'll take a lot of time to write code to magically put 'Colour.' back there...</div><div>Is there another way?</div>