Window.title - multiple declarations

Function Window.title

Sets the window's title

void title (
  string newTitle
) @property;

Function Window.title

Gets the window's title

string title() @property;