annotate compile/b/bug_dcodegen_2933_A.d @ 1586:a74f0139fc3d

Fix tests using typeof on types.
author Christian Kamm <kamm incasoftware de>
date Thu, 21 Aug 2008 15:42:21 +0200
parents e6887749b811
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1065
389b935b78a0 <larsivar@igesund.net>
thomask
parents:
diff changeset
1 // $HeadURL$
389b935b78a0 <larsivar@igesund.net>
thomask
parents:
diff changeset
2 // $Date$
389b935b78a0 <larsivar@igesund.net>
thomask
parents:
diff changeset
3 // $Author$
389b935b78a0 <larsivar@igesund.net>
thomask
parents:
diff changeset
4
389b935b78a0 <larsivar@igesund.net>
thomask
parents:
diff changeset
5 // @author@ <larsivar@igesund.net>
389b935b78a0 <larsivar@igesund.net>
thomask
parents:
diff changeset
6 // @date@ 2006-06-27
1321
e6887749b811 cleaned up remaining puremagic @uri@s
thomask
parents: 1065
diff changeset
7 // @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=229
1065
389b935b78a0 <larsivar@igesund.net>
thomask
parents:
diff changeset
8
389b935b78a0 <larsivar@igesund.net>
thomask
parents:
diff changeset
9 module dstress.compile.b.bug_d_codegen_2933_A;
389b935b78a0 <larsivar@igesund.net>
thomask
parents:
diff changeset
10
389b935b78a0 <larsivar@igesund.net>
thomask
parents:
diff changeset
11 class Foo{
389b935b78a0 <larsivar@igesund.net>
thomask
parents:
diff changeset
12 struct Bar{
389b935b78a0 <larsivar@igesund.net>
thomask
parents:
diff changeset
13 }
389b935b78a0 <larsivar@igesund.net>
thomask
parents:
diff changeset
14
389b935b78a0 <larsivar@igesund.net>
thomask
parents:
diff changeset
15 private Bar bar;
389b935b78a0 <larsivar@igesund.net>
thomask
parents:
diff changeset
16 }