https://issues.dlang.org/show_bug.cgi?id=16992
--- Comment #11 from Nick Treleaven <[email protected]> --- Also note that `static` is missing from the template methods: https://dlang.org/phobos/std_datetime_date.html#.Date.fromISOString If you remove the template parentheses, `static` reappears. --
