annotate nocompile/bug_e2ir_814.d @ 1619:bebc7472a832

Fix #7.
author Christian Kamm <kamm incasoftware de>
date Sat, 07 Nov 2009 18:55:30 +0100
parents 52c9e86b6486
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
140
a33ad7189d21 1) news:// -> news:
thomask
parents: 121
diff changeset
1 // $HeadURL$
a33ad7189d21 1) news:// -> news:
thomask
parents: 121
diff changeset
2 // $Date$
a33ad7189d21 1) news:// -> news:
thomask
parents: 121
diff changeset
3 // $Author$
a33ad7189d21 1) news:// -> news:
thomask
parents: 121
diff changeset
4
106
520c58cefbfd larrycowan <larrycowan_member@pathlink.com> news://cmd9i4$16g5$1@digitaldaemon.com nttp://digitalmars.com/digitalmars.D:12279
thomask
parents:
diff changeset
5 // @author@ larrycowan <larrycowan_member@pathlink.com>
520c58cefbfd larrycowan <larrycowan_member@pathlink.com> news://cmd9i4$16g5$1@digitaldaemon.com nttp://digitalmars.com/digitalmars.D:12279
thomask
parents:
diff changeset
6 // @date@ 2004-11-04
140
a33ad7189d21 1) news:// -> news:
thomask
parents: 121
diff changeset
7 // @uri@ news:cmd9i4$16g5$1@digitaldaemon.com
1383
52c9e86b6486 @url@ -> @uri@
thomask
parents: 338
diff changeset
8 // @uri@ nntp://digitalmars.com/digitalmars.D/12279
106
520c58cefbfd larrycowan <larrycowan_member@pathlink.com> news://cmd9i4$16g5$1@digitaldaemon.com nttp://digitalmars.com/digitalmars.D:12279
thomask
parents:
diff changeset
9
338
1f6cf5ccfbc9 1) updated rules to dmd-0.119
thomask
parents: 145
diff changeset
10 // __DSTRESS_ELINE__ 17
121
cfcbb6691b2d added "no ditection" note
thomask
parents: 106
diff changeset
11
106
520c58cefbfd larrycowan <larrycowan_member@pathlink.com> news://cmd9i4$16g5$1@digitaldaemon.com nttp://digitalmars.com/digitalmars.D:12279
thomask
parents:
diff changeset
12 static void dummy(...){
520c58cefbfd larrycowan <larrycowan_member@pathlink.com> news://cmd9i4$16g5$1@digitaldaemon.com nttp://digitalmars.com/digitalmars.D:12279
thomask
parents:
diff changeset
13 }
520c58cefbfd larrycowan <larrycowan_member@pathlink.com> news://cmd9i4$16g5$1@digitaldaemon.com nttp://digitalmars.com/digitalmars.D:12279
thomask
parents:
diff changeset
14
338
1f6cf5ccfbc9 1) updated rules to dmd-0.119
thomask
parents: 145
diff changeset
15 class Foo{
106
520c58cefbfd larrycowan <larrycowan_member@pathlink.com> news://cmd9i4$16g5$1@digitaldaemon.com nttp://digitalmars.com/digitalmars.D:12279
thomask
parents:
diff changeset
16 static this(){
520c58cefbfd larrycowan <larrycowan_member@pathlink.com> news://cmd9i4$16g5$1@digitaldaemon.com nttp://digitalmars.com/digitalmars.D:12279
thomask
parents:
diff changeset
17 Foo.display_name();
520c58cefbfd larrycowan <larrycowan_member@pathlink.com> news://cmd9i4$16g5$1@digitaldaemon.com nttp://digitalmars.com/digitalmars.D:12279
thomask
parents:
diff changeset
18 }
520c58cefbfd larrycowan <larrycowan_member@pathlink.com> news://cmd9i4$16g5$1@digitaldaemon.com nttp://digitalmars.com/digitalmars.D:12279
thomask
parents:
diff changeset
19
520c58cefbfd larrycowan <larrycowan_member@pathlink.com> news://cmd9i4$16g5$1@digitaldaemon.com nttp://digitalmars.com/digitalmars.D:12279
thomask
parents:
diff changeset
20 void display_name(){
520c58cefbfd larrycowan <larrycowan_member@pathlink.com> news://cmd9i4$16g5$1@digitaldaemon.com nttp://digitalmars.com/digitalmars.D:12279
thomask
parents:
diff changeset
21 dummy(super.classinfo.name);
520c58cefbfd larrycowan <larrycowan_member@pathlink.com> news://cmd9i4$16g5$1@digitaldaemon.com nttp://digitalmars.com/digitalmars.D:12279
thomask
parents:
diff changeset
22 }
520c58cefbfd larrycowan <larrycowan_member@pathlink.com> news://cmd9i4$16g5$1@digitaldaemon.com nttp://digitalmars.com/digitalmars.D:12279
thomask
parents:
diff changeset
23 }