changeset 1210:94d6b178889f

[Issue 467] double inheritance from the same interface Roel <roel.mathys@gmail.com> 2006-10-28 news:ehvca4$4rr$1@digitaldaemon.com
author thomask
date Wed, 08 Nov 2006 15:23:52 +0000
parents 1fb137179022
children 089351fad902
files nocompile/i/interface_26_A.d reporter.txt
diffstat 2 files changed, 20 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- /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 <roel.mathys@gmail.com>
+// @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() {
+	}
+}
--- 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.Atkinson@gmail.com>
 Robert Schiele		<rschiele@uni-mannheim.de>
 Roberto Mariottini
-Roel Mathys		<roel.mathys@yucom.be>
+Roel Mathys		<roel.mathys@yucom.be>, <roel.mathys@gmail.com>
 Russ Lewis		<spamhole-2001-07-16@deming-os.org>
 Russell Wilkins		<Russell.Wilkins@grovestarsoftware.com>, <rwilkins@grovestarsoftware.com>
 Sam McCall		<tunah@tunah.net>