[Issue 3247] Crash on overriding class methods with 'auto' return type

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3247

Andrei Alexandrescu  changed:

   What|Removed |Added

Version|2.031   |D2

--


[Issue 3247] Crash on overriding class methods with 'auto' return type

2009-08-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3247


Don  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #2 from Don   2009-08-12 08:51:45 PDT ---
With my patch for bug #3042 applied, this generates:

bug.d(4): Error: function ice.B.foo of type () overrides but is not covariant w
ith ice.A.foo of type ()

So marking as duplicate.

*** This issue has been marked as a duplicate of issue 3042 ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 3247] Crash on overriding class methods with 'auto' return type

2009-08-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3247


Don  changed:

   What|Removed |Added

 CC||clugd...@yahoo.com.au




--- Comment #1 from Don   2009-08-12 08:48:53 PDT ---
Is it the same as bug#3042?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---