# HG changeset patch # User thomask # Date 1162999432 0 # Node ID 94d6b178889f52f3cf473070e8e5f98fddccd7c2 # Parent 1fb137179022f77fbea639bef07598e64580c358 [Issue 467] double inheritance from the same interface Roel 2006-10-28 news:ehvca4$4rr$1@digitaldaemon.com diff -r 1fb137179022 -r 94d6b178889f nocompile/i/interface_26_A.d --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nocompile/i/interface_26_A.d Wed Nov 08 15:23:52 2006 +0000 @@ -0,0 +1,19 @@ +// $HeadURL$ +// $Date$ +// Author$ + +// @author@ Roel +// @date@ 2006-10-28 +// @uri@ news:ehvca4$4rr$1@digitaldaemon.com +// @desc@ [Issue 467] double inheritance from the same interface + +module dstress.nocompile.i.interface_26_A; + +interface I { + void foo(); +} + +class C : I, I { + void foo() { + } +} diff -r 1fb137179022 -r 94d6b178889f reporter.txt --- a/reporter.txt Wed Nov 08 15:23:40 2006 +0000 +++ b/reporter.txt Wed Nov 08 15:23:52 2006 +0000 @@ -110,7 +110,7 @@ Robert Atkinson Robert Schiele Roberto Mariottini -Roel Mathys +Roel Mathys , Russ Lewis Russell Wilkins , Sam McCall