https://bugzilla.gdcproject.org/show_bug.cgi?id=253
Iain Buclaw changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://bugzilla.gdcproject.org/show_bug.cgi?id=253
--- Comment #3 from Iain Buclaw ---
https://github.com/D-Programming-GDC/GDC/pull/409
--
You are receiving this mail because:
You are watching all bug changes.
https://bugzilla.gdcproject.org/show_bug.cgi?id=253
--- Comment #2 from Iain Buclaw ---
Reduced test:
---
import some_class;
interface A
{
void foo(int[int]);
}
interface C:A
{
}
class D:B,C
{
}
---
import example;
class ConvException : Exception
{
this(string s)
{
super
https://bugzilla.gdcproject.org/show_bug.cgi?id=253
Iain Buclaw changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #1 from Iain Buclaw
https://bugzilla.gdcproject.org/show_bug.cgi?id=253
g...@croco-puzzle.com changed:
What|Removed |Added
CC||g...@croco-puzzle.com
--
You ar