# HG changeset patch # User thomask # Date 1108767963 0 # Node ID a19d5847a8b9e23f15b159f7a1b1ef66b87dfd78 # Parent 550d9c4854df589193730ef2732838e0a525be33 super outside of classes k2 2005-02-18 news:cv4dsm$2bmr$1@digitaldaemon.com nntp://news.digitalmars.com/digitalmars.D.bugs/3002 diff -r 550d9c4854df -r a19d5847a8b9 nocompile/super_11.d --- /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 +// @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