Window.backgroundColor - multiple declarations
Function Window.backgroundColor
uint backgroundColor() @property const;
Function Window.backgroundColor
void backgroundColor(
uint color
) @property;
uint backgroundColor() @property const;
void backgroundColor(
uint color
) @property;