EditWidgetBase.text - multiple declarations

Function EditWidgetBase.text

set text

override Widget text(
  dstring s
) @property;

override Widget text(
  UIString s
) @property;

Function EditWidgetBase.text

get widget text

override dstring text() @property const;