https://issues.dlang.org/show_bug.cgi?id=21093

Iain Buclaw <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Iain Buclaw <[email protected]> ---
Nearby test:

module std.datetime.timezone;
import std;
class TimeZone
{
    this(string) { }
}
class LocalTime : TimeZone
{
    static immutable(LocalTime) opCall() { }
}

--

Reply via email to