Window.onFilesDropped - multiple declarations

Function Window.onFilesDropped

get handler for files dropped to app window

void delegate(string[]) onFilesDropped() @property;

Function Window.onFilesDropped

set handler for files dropped to app window

Window onFilesDropped(
  void delegate(string[]) handler
) @property;