annotate nocompile/super_11.d @ 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
children f87ba6507260
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
287
a19d5847a8b9 super outside of classes
thomask
parents:
diff changeset
1 // $HeadURL$
a19d5847a8b9 super outside of classes
thomask
parents:
diff changeset
2 // $Date$
a19d5847a8b9 super outside of classes
thomask
parents:
diff changeset
3 // $Author$
a19d5847a8b9 super outside of classes
thomask
parents:
diff changeset
4
a19d5847a8b9 super outside of classes
thomask
parents:
diff changeset
5 // @author@ k2 <k2_member@pathlink.com>
a19d5847a8b9 super outside of classes
thomask
parents:
diff changeset
6 // @date@ 2005-02-18
a19d5847a8b9 super outside of classes
thomask
parents:
diff changeset
7 // @uri@ news:cv4dsm$2bmr$1@digitaldaemon.com
a19d5847a8b9 super outside of classes
thomask
parents:
diff changeset
8 // @url@ nntp://news.digitalmars.com/digitalmars.D.bugs/3002
a19d5847a8b9 super outside of classes
thomask
parents:
diff changeset
9
a19d5847a8b9 super outside of classes
thomask
parents:
diff changeset
10 module dstress.nocompile.super_11;
a19d5847a8b9 super outside of classes
thomask
parents:
diff changeset
11
a19d5847a8b9 super outside of classes
thomask
parents:
diff changeset
12 void test(){
a19d5847a8b9 super outside of classes
thomask
parents:
diff changeset
13 super();
a19d5847a8b9 super outside of classes
thomask
parents:
diff changeset
14 }