Created attachment 1082
Ddoc output for the testcase
struct TimeValue {
this(int hour, int minute, int second = 0, int ms = 0) {}
}
///
struct DateTime {
///
this(TimeValue t = TimeValue(0, 0)) {}
}
----------
signature of DateTime.this in the output:
this(TimeValue t = (TimeValue __ctmp3; , __ctmp3).this(0,0,0,0));
Comment #1 by github-bugzilla — 2012-10-27T11:59:08Z