[svn r110] Fixed typeinfo for classes.

This commit is contained in:
Tomas Lindquist Olsen
2007-11-19 06:01:48 +01:00
parent b347fd8a50
commit 2af443b045
12 changed files with 433 additions and 61 deletions

9
test/typeinfo12.d Normal file
View File

@@ -0,0 +1,9 @@
module typeinfo12;
class C
{
}
void main()
{
}