https://issues.dlang.org/show_bug.cgi?id=21093
--- Comment #2 from Iain Buclaw <[email protected]> --- Nearby test: module std.datetime.timezone; import std; class TimeZone { } class LocalTime : TimeZone { static immutable(LocalTime) opCall() { } override string () { } } --
