https://d.puremagic.com/issues/show_bug.cgi?id=11896
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Walter Bright <[email protected]> 2014-01-12 13:04:53 PST --- Reduced test case: class foo(T = int) { static if(! __traits(isVirtualMethod, zoo)) {} static void bar(); static void bar(foo foo); static void zoo() { bar(new foo); } } -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
