annotate compile/b/bug_e2ir_145_A.d @ 1488:1ee9a0dd42d9

changed nntp: URLs to http: URLs
author thomask
date Mon, 09 Apr 2007 12:29:50 +0000
parents 72095373813d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1119
72095373813d [Issue 304] Internal error: e2ir.c 145
thomask
parents:
diff changeset
1 // $HeadURL$
72095373813d [Issue 304] Internal error: e2ir.c 145
thomask
parents:
diff changeset
2 // $Date$
72095373813d [Issue 304] Internal error: e2ir.c 145
thomask
parents:
diff changeset
3 // $Author$
72095373813d [Issue 304] Internal error: e2ir.c 145
thomask
parents:
diff changeset
4
72095373813d [Issue 304] Internal error: e2ir.c 145
thomask
parents:
diff changeset
5 // @author@ Frank Benoit <benoit@tionex.de>
72095373813d [Issue 304] Internal error: e2ir.c 145
thomask
parents:
diff changeset
6 // @date@ 2006-08-22
1488
1ee9a0dd42d9 changed nntp: URLs to http: URLs
thomask
parents: 1119
diff changeset
7 // @uri@ http://www.digitalmars.com/pnews/read.php?server=news.digitalmars.com&group=digitalmars.D.bugs&artnum=8194
1119
72095373813d [Issue 304] Internal error: e2ir.c 145
thomask
parents:
diff changeset
8 // @desc@ [Issue 304] Internal error: e2ir.c 145
72095373813d [Issue 304] Internal error: e2ir.c 145
thomask
parents:
diff changeset
9
72095373813d [Issue 304] Internal error: e2ir.c 145
thomask
parents:
diff changeset
10 module /*dsrtess.*/compile.b.bug_e2ir_145_A;
72095373813d [Issue 304] Internal error: e2ir.c 145
thomask
parents:
diff changeset
11
72095373813d [Issue 304] Internal error: e2ir.c 145
thomask
parents:
diff changeset
12 alias void delegate() dg;
72095373813d [Issue 304] Internal error: e2ir.c 145
thomask
parents:
diff changeset
13
72095373813d [Issue 304] Internal error: e2ir.c 145
thomask
parents:
diff changeset
14 void func1( dg aDg = null ){
72095373813d [Issue 304] Internal error: e2ir.c 145
thomask
parents:
diff changeset
15 }
72095373813d [Issue 304] Internal error: e2ir.c 145
thomask
parents:
diff changeset
16
72095373813d [Issue 304] Internal error: e2ir.c 145
thomask
parents:
diff changeset
17 void func2( dg aDg = null ){
72095373813d [Issue 304] Internal error: e2ir.c 145
thomask
parents:
diff changeset
18 }
72095373813d [Issue 304] Internal error: e2ir.c 145
thomask
parents:
diff changeset
19