changeset 287:a19d5847a8b9

super outside of classes k2 <k2_member@pathlink.com> 2005-02-18 news:cv4dsm$2bmr$1@digitaldaemon.com nntp://news.digitalmars.com/digitalmars.D.bugs/3002
author thomask
date Fri, 18 Feb 2005 23:06:03 +0000
parents 550d9c4854df
children 568fa9d15b60
files nocompile/super_11.d
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nocompile/super_11.d	Fri Feb 18 23:06:03 2005 +0000
@@ -0,0 +1,14 @@
+// $HeadURL$
+// $Date$
+// $Author$
+
+// @author@	k2 <k2_member@pathlink.com>
+// @date@	2005-02-18
+// @uri@	news:cv4dsm$2bmr$1@digitaldaemon.com
+// @url@	nntp://news.digitalmars.com/digitalmars.D.bugs/3002
+
+module dstress.nocompile.super_11;
+
+void test(){
+	super();
+}
\ No newline at end of file